@@ -27,6 +27,8 @@ android {
2727 }
2828 kotlinOptions {
2929 jvmTarget = " 1.8"
30+ freeCompilerArgs + = " -Xopt-in=kotlin.RequiresOptIn"
31+ allWarningsAsErrors = true
3032 }
3133 buildTypes {
3234 release {
@@ -38,7 +40,7 @@ android {
3840
3941dependencies {
4042 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
41- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2 "
43+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3 "
4244
4345 if (findProject(' :r2-shared' )) {
4446 implementation project(' :r2-shared' )
@@ -48,7 +50,7 @@ dependencies {
4850
4951
5052 implementation " androidx.constraintlayout:constraintlayout:2.0.4"
51- implementation " androidx.core:core-ktx:1.3.2 "
53+ implementation " androidx.core:core-ktx:1.5.0 "
5254 implementation " com.google.android.material:material:1.3.0"
5355 implementation " com.jakewharton.timber:timber:4.7.1"
5456 implementation(" com.mcxiaoke.koi:async:0.5.5" ) {
@@ -57,7 +59,7 @@ dependencies {
5759 implementation(" com.mcxiaoke.koi:core:0.5.5" ) {
5860 exclude module : ' support-v4'
5961 }
60- implementation " joda-time:joda-time:2.10.5 "
62+ implementation " joda-time:joda-time:2.10.10 "
6163 implementation " org.jetbrains.anko:anko-sqlite:0.10.8"
6264 implementation " org.zeroturnaround:zt-zip:1.14"
6365 implementation ' androidx.browser:browser:1.3.0'
0 commit comments