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 7542ccf commit a13c749Copy full SHA for a13c749
app/build.gradle
@@ -112,7 +112,7 @@ android {
112
minSdkVersion 24
113
targetSdkVersion 34
114
versionCode generatedVersionCode
115
- versionName "1.8"
+ versionName "1.9"
116
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
117
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
118
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
0 commit comments