mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Upgraded to Android Studio Canary Alpha 9, and also suppressed a strange
NPE caused by Room.
This commit is contained in:
parent
7583f629bd
commit
75abe1f0f5
@ -59,7 +59,7 @@ abstract class OfflineDb : RoomDatabase() {
|
||||
}
|
||||
.subscribeOn(Schedulers.io())
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe()
|
||||
.subscribe({ _ -> }, { })
|
||||
}
|
||||
|
||||
fun queryTracks(message: SocketMessage, responder: WebSocketService.Responder) {
|
||||
|
@ -4,7 +4,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.0-alpha8'
|
||||
classpath 'com.android.tools.build:gradle:3.0.0-alpha9'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
#Tue Jul 11 22:05:46 PDT 2017
|
||||
#Mon Jul 31 19:43:07 PDT 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip
|
||||
|
Loading…
Reference in New Issue
Block a user