We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc96f7a commit 1a566f1Copy full SHA for 1a566f1
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId 'fr.neamar.kiss'
19
minSdkVersion 15
20
targetSdkVersion 31
21
- versionCode 203
22
- versionName "3.17.6"
+ versionCode 204
+ versionName "3.18.0"
23
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
24
}
25
buildTypes {
fastlane/metadata/android/en-US/changelogs/204.txt
@@ -0,0 +1,2 @@
1
+* Restored the ability to add recent callers to history on modern Android (enable in settings) (@marunjar)
2
+* Allow disabling shortcuts for some apps (@LukeNeedham)
0 commit comments