Skip to content

Commit

Permalink
cleanup build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHasse committed Dec 22, 2023
1 parent 204d2a5 commit c31232b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ android {
signingConfigs {
debug {
storeFile file('OpenMobileNetworkToolkit-key.jks')
storePassword 'phoenix2020'
keyPassword 'phoenix2020'
keyAlias 'key0'
}
}
Expand All @@ -27,7 +25,7 @@ android {
minSdk 31
targetSdk 34
versionCode 1
versionName "1.0"
versionName "0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.debug
Expand Down

0 comments on commit c31232b

Please sign in to comment.