Skip to content

Commit 732fb7d

Browse files
committed
Athena: v2.0.0 (14)
Change-Id: I8e35afd21e0f33c29a27d8e6a102e811826ced23
1 parent 1b5341e commit 732fb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId = "dev.sebaubuntu.athena"
2121
minSdk = libs.versions.android.minSdk.get().toInt()
2222
targetSdk = libs.versions.android.targetSdk.get().toInt()
23-
versionCode = 13
24-
versionName = "1.1.0"
23+
versionCode = 14
24+
versionName = "2.0.0"
2525
}
2626

2727
buildTypes {

0 commit comments

Comments
 (0)