Skip to content

Commit d3977c6

Browse files
committed
Bump version
1 parent 3dc41f8 commit d3977c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId = "co.appreactor.news"
2121
minSdk = 29
2222
targetSdk = 33
23-
versionCode = 23
24-
versionName = "0.4.2"
23+
versionCode = 24
24+
versionName = "0.4.3"
2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
setProperty("archivesBaseName", "news-$versionName")
2727
}

0 commit comments

Comments
 (0)