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 6f42296 commit 1f529e6Copy full SHA for 1f529e6
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
compileSdk 34
9
//noinspection ExpiredTargetSdkVersion
10
targetSdkVersion 30
11
- versionCode 32
12
- versionName "3.6.5"
+ versionCode 33
+ versionName "3.6.6"
13
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
}
fastlane/metadata/android/en-US/changelogs/33.txt
@@ -0,0 +1,3 @@
1
+Ask for notification permission on launch (to prevent a permission request during first call)
2
+Translation updates
3
+Dependency updates
0 commit comments