Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit e5e52fd

Browse files
Merge pull request #72 from Beaver-Notes/development
Update build.gradle
2 parents 9b0a692 + c0ddd16 commit e5e52fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
android.buildFeatures.buildConfig true
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
11-
versionCode 3
11+
versionCode 6
1212
versionName "1.6.0"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
def googleClientId = project.hasProperty("GOOGLE_CLIENT_ID") ? project.GOOGLE_CLIENT_ID : System.getenv("GOOGLE_CLIENT_ID") ?: ""

0 commit comments

Comments
 (0)