We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060eba1 commit 3ebf489Copy full SHA for 3ebf489
2 files changed
SimpleLogin/app/build.gradle
@@ -12,8 +12,8 @@ android {
12
applicationId "io.simplelogin.android"
13
minSdkVersion 21
14
targetSdkVersion 32
15
- versionCode 12000
16
- versionName "1.20.0"
+ versionCode 12001
+ versionName "1.20.1"
17
multiDexEnabled true
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
}
fastlane/metadata/android/en-US/changelogs/12001.txt
@@ -0,0 +1 @@
1
+Bug fixes and security improvements
0 commit comments