Skip to content

Commit 3ce49f6

Browse files
authored
Update Gradle build: bump versionName to 1.0.0 (#21)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the application version from "1.0" to "1.0.0". <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 447fac7 commit 3ce49f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdk = 24
1515
targetSdk = 34
1616
versionCode = 1
17-
versionName = "1.0"
17+
versionName = "1.0.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
@@ -37,10 +37,12 @@ android {
3737
)
3838
}
3939
}
40+
4041
compileOptions {
4142
sourceCompatibility = JavaVersion.VERSION_1_8
4243
targetCompatibility = JavaVersion.VERSION_1_8
4344
}
45+
4446
kotlinOptions {
4547
jvmTarget = "1.8"
4648
}

0 commit comments

Comments
 (0)