We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3022f3f commit 65f47f0Copy full SHA for 65f47f0
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 11920
16
- versionName "1.19.2"
+ versionCode 12000
+ versionName "1.20.0"
17
multiDexEnabled true
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
}
fastlane/metadata/android/en-US/changelogs/12000.txt
@@ -0,0 +1 @@
1
+Add support for monochrome / themed icons
0 commit comments