File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " dev.favier.exam1radioamateur"
99 minSdkVersion 23
1010 targetSdkVersion 29
11- versionCode 1
12- versionName " 1.0 "
11+ versionCode 2
12+ versionName " v0.2-beta "
1313
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1515 }
@@ -19,17 +19,17 @@ android {
1919 minifyEnabled false
2020 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
2121 }
22- debug {
22+ /* debug {
2323 resValue("string", "DB_PASSWORD_PERSON", "pass")
24- }
24+ }*/
2525 }
2626}
2727
2828
2929dependencies {
3030 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3131
32- debugImplementation ' com.amitshekhar.android:debug-db:1.0.6'
32+ // debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
3333 def room_version = " 2.2.5"
3434 implementation ' com.google.android:flexbox:2.0.1'
3535 implementation ' androidx.appcompat:appcompat:1.1.0'
You can’t perform that action at this time.
0 commit comments