We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a97cc commit 742e451Copy full SHA for 742e451
1 file changed
app/build.gradle.kts
@@ -29,8 +29,8 @@ android {
29
applicationId = "pub.hackers.android"
30
minSdk = 26
31
targetSdk = 35
32
- versionCode = 8
33
- versionName = "1.4.1"
+ versionCode = 9
+ versionName = "1.4.2"
34
35
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
36
}
0 commit comments