Skip to content

Commit 52ba8b4

Browse files
Update room-db version
1 parent 4be228a commit 52ba8b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

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

debug-db/build.gradle

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

0 commit comments

Comments
 (0)