Skip to content

Commit c31232b

Browse files
committed
cleanup build.gradle
1 parent 204d2a5 commit c31232b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ android {
1515
signingConfigs {
1616
debug {
1717
storeFile file('OpenMobileNetworkToolkit-key.jks')
18-
storePassword 'phoenix2020'
19-
keyPassword 'phoenix2020'
2018
keyAlias 'key0'
2119
}
2220
}
@@ -27,7 +25,7 @@ android {
2725
minSdk 31
2826
targetSdk 34
2927
versionCode 1
30-
versionName "1.0"
28+
versionName "0.1"
3129

3230
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3331
signingConfig signingConfigs.debug

0 commit comments

Comments
 (0)