We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eb2fd commit 2ab2f25Copy full SHA for 2ab2f25
1 file changed
android/app/build.gradle
@@ -95,8 +95,8 @@ android {
95
minSdkVersion rootProject.ext.minSdkVersion
96
minSdk rootProject.ext.minSdk
97
targetSdkVersion rootProject.ext.targetSdkVersion
98
- versionCode 4000078
99
- versionName "9.17.4"
+ versionCode 4000079
+ versionName "9.17.5"
100
101
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
102
// Git commit SHA for identifying builds
0 commit comments