File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ dependencies {
4747 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
4848 exclude group : ' com.android.support' , module : ' support-annotations'
4949 })
50- compile ' com.android.support:appcompat-v7:27.0.0 '
50+ compile ' com.android.support:appcompat-v7:27.1.1 '
5151 testCompile ' junit:junit:4.12'
5252 compile ' net.zetetic:android-database-sqlcipher:3.5.7@aar'
53- compile " android.arch.persistence.room:runtime:1.0 .0"
54- annotationProcessor " android.arch.persistence.room:compiler:1.0 .0"
53+ compile " android.arch.persistence.room:runtime:1.1 .0"
54+ annotationProcessor " android.arch.persistence.room:compiler:1.1 .0"
5555 debugCompile project(' :debug-db' )
5656}
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ dependencies {
4848 exclude group : ' com.android.support' , module : ' support-annotations'
4949 })
5050 testCompile ' junit:junit:4.12'
51- compile ' com.google.code.gson:gson:2.8.0 '
51+ compile ' com.google.code.gson:gson:2.8.2 '
5252 compile ' net.zetetic:android-database-sqlcipher:3.5.7@aar'
53- compile " android.arch.persistence.room:runtime:1.0 .0"
53+ compile " android.arch.persistence.room:runtime:1.1 .0"
5454}
5555
5656// apply from: 'debug-db-upload.gradle'
You can’t perform that action at this time.
0 commit comments