Update fastlane dir for v1.1
2
.gitignore
vendored
|
@ -3,7 +3,9 @@
|
||||||
.gradle
|
.gradle
|
||||||
local.properties
|
local.properties
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Gemfile
|
||||||
build
|
build
|
||||||
app/build
|
app/build
|
||||||
app/release
|
app/release
|
||||||
app/.cxx
|
app/.cxx
|
||||||
|
fastlane/Appfile
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
First release
|
|
2
fastlane/metadata/android/en-US/changelogs/1.1.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
- Added keyboard resize option
|
||||||
|
- remove network permissions
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 662 KiB After Width: | Height: | Size: 662 KiB |
Before Width: | Height: | Size: 657 KiB After Width: | Height: | Size: 657 KiB |
Before Width: | Height: | Size: 646 KiB After Width: | Height: | Size: 646 KiB |
|
@ -1 +0,0 @@
|
||||||
Prima versione
|
|
2
fastlane/metadata/android/it-IT/changelogs/1.1.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
- Aggiunta opzione per il ridimensionamento della tastiera
|
||||||
|
- rimossi i permessi di accesso alla rete
|