@@ -49,33 +49,46 @@ dependencies {
4949 implementation(project(" :backend" ))
5050
5151 // Kotlin
52- implementation(kotlin(" stdlib-jdk7 " , KotlinCompilerVersion .VERSION ))
52+ implementation(kotlin(" stdlib-jdk8 " , KotlinCompilerVersion .VERSION ))
5353
5454 // Androidx
55- implementation(" androidx.appcompat:appcompat:1.1.0-alpha05 " )
55+ implementation(" androidx.appcompat:appcompat:1.1.0-rc01 " )
5656 implementation(" androidx.core:core-ktx:1.0.2" )
57- implementation(" androidx.recyclerview:recyclerview:1.1.0-alpha05 " )
58- implementation(" androidx.constraintlayout:constraintlayout:2.0.0-beta1 " )
57+ implementation(" androidx.recyclerview:recyclerview:1.1.0-beta01 " )
58+ implementation(" androidx.constraintlayout:constraintlayout:2.0.0-beta2 " )
5959
6060 // Navigation
6161 implementation(" android.arch.navigation:navigation-fragment-ktx:1.0.0" )
6262 implementation(" android.arch.navigation:navigation-ui-ktx:1.0.0" )
6363
6464 // ReactiveX
65- implementation(" io.reactivex.rxjava2:rxjava:2.2.6" )
66- implementation(" io.reactivex.rxjava2:rxandroid:2.1.1" )
67- implementation(" com.uber.autodispose:autodispose:0.8.0" )
68- implementation(" com.uber.autodispose:autodispose-android:0.8.0" )
69- implementation(" com.uber.autodispose:autodispose-android-archcomponents:0.8.0" )
65+ implementation(" com.uber.autodispose:autodispose:1.3.0" )
66+ implementation(" com.uber.autodispose:autodispose-android:1.3.0" )
67+ implementation(" com.uber.autodispose:autodispose-android-archcomponents:1.3.0" )
7068
7169 // Others
72- implementation(" com.squareup.picasso:picasso:2.5.2" )
73- implementation(" com.github.nekocode:Meepo:0.3" )
74- implementation(" com.evernote:android-state:1.3.1" )
75- kapt(" com.evernote:android-state-processor:1.3.1" )
70+ implementation(" com.squareup.picasso:picasso:2.71828" )
71+ implementation(" com.evernote:android-state:1.4.1" )
72+ kapt(" com.evernote:android-state-processor:1.4.1" )
7673
7774 // For debugging
78- debugImplementation(" com.facebook.flipper:flipper:0.21.1" )
79- debugImplementation(" com.facebook.soloader:soloader:0.6.0" )
80- releaseImplementation(" com.facebook.flipper:flipper-noop:0.21.1" )
75+ debugImplementation(" com.facebook.flipper:flipper:0.23.2" )
76+ debugImplementation(" com.facebook.soloader:soloader:0.6.1" )
77+ releaseImplementation(" com.facebook.flipper:flipper-noop:0.23.2" )
78+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-core:0.9.27" )
79+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-attr:0.9.27" )
80+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-build-config:0.9.27" )
81+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-crash:0.9.27" )
82+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-disk:0.9.27" )
83+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-geiger-counter:0.9.27" )
84+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-measurement:0.9.27" )
85+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-phoenix:0.9.27" )
86+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-recorder:0.9.27" )
87+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-shared-preferences:0.9.27" )
88+ debugImplementation(" com.willowtreeapps.hyperion:hyperion-timber:0.9.27" )
89+ releaseImplementation(" com.willowtreeapps.hyperion:hyperion-core-no-op:0.9.27" )
90+ }
91+
92+ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ::class .java).all {
93+ kotlinOptions.jvmTarget = " 1.8"
8194}
0 commit comments