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.
2 parents 9b0a692 + c0ddd16 commit e5e52fdCopy full SHA for e5e52fd
1 file changed
android/app/build.gradle
@@ -8,7 +8,7 @@ android {
8
android.buildFeatures.buildConfig true
9
minSdkVersion rootProject.ext.minSdkVersion
10
targetSdkVersion rootProject.ext.targetSdkVersion
11
- versionCode 3
+ versionCode 6
12
versionName "1.6.0"
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
def googleClientId = project.hasProperty("GOOGLE_CLIENT_ID") ? project.GOOGLE_CLIENT_ID : System.getenv("GOOGLE_CLIENT_ID") ?: ""
0 commit comments