We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b962e7a commit 3fab552Copy full SHA for 3fab552
app/build.gradle.kts
@@ -20,8 +20,8 @@ android {
20
applicationId = "co.appreactor.news"
21
minSdk = 29
22
targetSdk = 33
23
- versionCode = 21
24
- versionName = "0.4.0"
+ versionCode = 22
+ versionName = "0.4.1"
25
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
setProperty("archivesBaseName", "news-$versionName")
27
}
0 commit comments