We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5ba6c commit 3fe2866Copy full SHA for 3fe2866
1 file changed
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.abizer_r.quickedit"
14
minSdk = 24
15
targetSdk = 34
16
- versionCode = 1
17
- versionName = "1.0"
+ versionCode = 2
+ versionName = "1.0.2"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
vectorDrawables {
0 commit comments