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 bb17175 commit 54929c5Copy full SHA for 54929c5
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "co.appreactor.news"
19
minSdk = 26
20
targetSdk = 31
21
- versionCode = 17
22
- versionName = "0.3.1"
+ versionCode = 18
+ versionName = "0.3.2"
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
25
setProperty("archivesBaseName", "news-$versionName")
0 commit comments