Skip to content

Commit 4170b69

Browse files
committed
Bump version to 0.2.5 (8)
* Update `versionCode` to 8 and `versionName` to "0.2.5" in `app/build.gradle.kts`.
1 parent e870e34 commit 4170b69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "com.defname.localshare"
2020
minSdk = 26
2121
targetSdk = 36
22-
versionCode = 7
23-
versionName = "0.2.4"
22+
versionCode = 8
23+
versionName = "0.2.5"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
}

0 commit comments

Comments
 (0)