Skip to content

Commit

Permalink
release keys
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Aug 30, 2020
1 parent 0750538 commit c651cfc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,23 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

signingConfigs {
release {
storeFile file("../barcodekeyboard.jks")
storePassword System.getenv("KSTOREPWD")
keyAlias "keyboard"
keyPassword System.getenv("KSTOREPWD")
}
}

buildTypes {
release {
signingConfig signingConfigs.release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

}
repositories {
jcenter()
Expand Down

0 comments on commit c651cfc

Please sign in to comment.