Skip to content

Commit

Permalink
update to release version 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Dec 21, 2018
1 parent a6e4940 commit 935f309
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
testApplicationId "com.health.openscale.test"
minSdkVersion 19
targetSdkVersion 28
versionCode 31
versionName "1.8.3"
versionCode 32
versionName "1.8.4"

javaCompileOptions {
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }
Expand All @@ -35,9 +35,9 @@ android {
}

dependencies {
implementation 'com.google.android.material:material:1.1.0-alpha01'
implementation 'com.google.android.material:material:1.1.0-alpha02'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.1'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'

// HelloCharts
Expand All @@ -50,9 +50,9 @@ dependencies {
implementation 'cat.ereza:customactivityoncrash:2.2.0'

// Room
implementation 'androidx.room:room-runtime:2.1.0-alpha02'
annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha02'
androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha02'
implementation 'androidx.room:room-runtime:2.1.0-alpha03'
annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha03'
androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha03'

// Timber
implementation 'com.jakewharton.timber:timber:4.7.0'
Expand All @@ -61,11 +61,11 @@ dependencies {
testImplementation 'junit:junit:4.12'

// Instrumented unit tests
androidTestImplementation 'androidx.annotation:annotation:1.0.0'
androidTestImplementation 'androidx.test:runner:1.1.0'
androidTestImplementation 'androidx.test:rules:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0'
androidTestImplementation 'androidx.annotation:annotation:1.0.1'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test:rules:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.1'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 935f309

Please sign in to comment.