We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98edfc6 commit e83554cCopy full SHA for e83554c
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
applicationId "io.rot.labs.projectconf"
29
minSdkVersion rootProject.ext.min_sdk_version
30
targetSdkVersion rootProject.ext.target_sdk_version
31
- versionCode 3
32
- versionName "1.0.0"
+ versionCode 4
+ versionName "1.0.1"
33
34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
35
0 commit comments