Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Sep 3, 2020
1 parent 631db80 commit 2e4667a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.apozas.contactdiary"
minSdkVersion 14
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update strings, removing explicit mentions to COVID-19 in title
- Keyboard is now hidden when you click elsewhere in the screen
- Code cleanup
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Actualización de texto, eliminando menciones explícitas a COVID-19 en el título
- El teclado ahora se oculta cuando pinchas en otro lugar de la pantalla
- Limpieza de código

0 comments on commit 2e4667a

Please sign in to comment.