Skip to content

Commit ac883d4

Browse files
committed
+ release 0.2-beta
1 parent ddaa8c3 commit ac883d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2929
dependencies {
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'

0 commit comments

Comments
 (0)