Skip to content

Commit 198e66f

Browse files
authored
Update build.gradle
1 parent 428857e commit 198e66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
minSdk 21
1414
targetSdk 34
1515

16-
versionCode project.hasProperty("versionCode") ? project.versionCode.toInteger() : 1
17-
versionName project.hasProperty("versionName") ? project.versionName : "1.0"
16+
versionCode: 1
17+
versionName: "1.0"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020

0 commit comments

Comments
 (0)