Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eby8zevin committed May 25, 2023
1 parent 4b31bad commit 6bbeeb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ static def getBuildDate() {
}

android {
signingConfigs {
config {
keyAlias'qrbarcode'
keyPassword 'QRBarcode2021'
storeFile file('../keystore-qrbarcode.jks')
storePassword 'QRBarcode2021'
}
}

buildToolsVersion "30.0.3"
compileSdkVersion 32
Expand All @@ -19,8 +27,8 @@ android {
applicationId "com.ahmadabuhasan.qrbarcode"
minSdkVersion 23
targetSdkVersion 32
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -30,6 +38,7 @@ android {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
versionNameSuffix " build:" + BUILD_DATE
signingConfig signingConfigs.config
}
debug {
debuggable true
Expand Down
Binary file added app/release/app-release.aab
Binary file not shown.

0 comments on commit 6bbeeb3

Please sign in to comment.