Skip to content

Commit

Permalink
+ release 0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime-Favier committed Jun 3, 2020
1 parent ddaa8c3 commit ac883d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "dev.favier.exam1radioamateur"
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 2
versionName "v0.2-beta"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -19,17 +19,17 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
/*debug {
resValue("string", "DB_PASSWORD_PERSON", "pass")
}
}*/
}
}


dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
//debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
def room_version = "2.2.5"
implementation 'com.google.android:flexbox:2.0.1'
implementation 'androidx.appcompat:appcompat:1.1.0'
Expand Down

0 comments on commit ac883d4

Please sign in to comment.