Skip to content

Commit 6bbeeb3

Browse files
committed
v1.0.1
1 parent 4b31bad commit 6bbeeb3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

app/build.gradle

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ static def getBuildDate() {
1111
}
1212

1313
android {
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

app/release/app-release.aab

3.47 MB
Binary file not shown.

0 commit comments

Comments
 (0)