File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ static def getBuildDate() {
1111}
1212
1313android {
14+ signingConfigs {
15+ config {
16+ keyAlias' qrbarcode'
17+ keyPassword ' QRBarcode2021'
18+ storeFile file(' ../keystore-qrbarcode.jks' )
19+ storePassword ' QRBarcode2021'
20+ }
21+ }
1422
1523 buildToolsVersion " 30.0.3"
1624 compileSdkVersion 32
@@ -19,8 +27,8 @@ android {
1927 applicationId " com.ahmadabuhasan.qrbarcode"
2028 minSdkVersion 23
2129 targetSdkVersion 32
22- versionCode 1
23- versionName " 1.0"
30+ versionCode 2
31+ versionName " 1.0.1 "
2432
2533 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2634 }
@@ -30,6 +38,7 @@ android {
3038 minifyEnabled true
3139 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
3240 versionNameSuffix " build:" + BUILD_DATE
41+ signingConfig signingConfigs. config
3342 }
3443 debug {
3544 debuggable true
You can’t perform that action at this time.
0 commit comments