We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c294c2 commit c24b119Copy full SHA for c24b119
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
minSdkVersion 21
8
compileSdkVersion 35
9
targetSdkVersion 35
10
- versionCode 20
11
- versionName "2.1.0"
+ versionCode 21
+ versionName "2.1.1"
12
archivesBaseName = "paperlaunch-v${defaultConfig.versionName}-${buildTime()}"
13
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14
}
0 commit comments