File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.4.10 '
4+ ext. kotlin_version = ' 1.4.31 '
55
66 repositories {
77 google()
88 jcenter()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:4.1.0 '
11+ classpath ' com.android.tools.build:gradle:4.1.2 '
1212
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414
Original file line number Diff line number Diff line change 99
1010apply plugin : ' com.android.library'
1111apply plugin : ' kotlin-android'
12- apply plugin : ' kotlin-android-extensions '
12+ apply plugin : ' kotlin-parcelize '
1313apply plugin : ' com.github.dcendents.android-maven'
1414group= ' com.github.readium'
1515
@@ -47,9 +47,9 @@ dependencies {
4747 }
4848
4949
50- implementation " androidx.constraintlayout:constraintlayout:2.0.3 "
50+ implementation " androidx.constraintlayout:constraintlayout:2.0.4 "
5151 implementation " androidx.core:core-ktx:1.3.2"
52- implementation " com.google.android.material:material:1.3.0-alpha03 "
52+ implementation " com.google.android.material:material:1.3.0"
5353 implementation " com.jakewharton.timber:timber:4.7.1"
5454 implementation(" com.mcxiaoke.koi:async:0.5.5" ) {
5555 exclude module : ' support-v4'
@@ -62,7 +62,7 @@ dependencies {
6262 implementation " org.zeroturnaround:zt-zip:1.14"
6363 implementation ' androidx.browser:browser:1.3.0'
6464
65- testImplementation " junit:junit:4.13.1 "
65+ testImplementation " junit:junit:4.13.2 "
6666 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
6767
6868 androidTestImplementation " androidx.test.espresso:espresso-core:3.3.0"
You can’t perform that action at this time.
0 commit comments