File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ android {
5050 }
5151 }
5252
53- // Keep the release build type at the end of the list to override 'archivesBaseName' of
54- // debug build. This seems to be a Gradle bug, therefore
55- // TODO: update Gradle version
5653 release {
5754 if (System . properties. containsKey(' packageSuffix' )) {
5855 applicationIdSuffix System . getProperty(' packageSuffix' )
@@ -115,7 +112,7 @@ ext {
115112
116113 icepickVersion = ' 3.2.0'
117114 exoPlayerVersion = ' 2.18.7'
118- googleAutoServiceVersion = ' 1.0 .1'
115+ googleAutoServiceVersion = ' 1.1 .1'
119116 groupieVersion = ' 2.10.1'
120117 markwonVersion = ' 4.6.2'
121118
@@ -208,7 +205,7 @@ dependencies {
208205 ktlint ' com.pinterest:ktlint:0.45.2'
209206
210207/* * Kotlin **/
211- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8 :${ kotlin_version} "
208+ implementation " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
212209
213210/* * AndroidX **/
214211 implementation ' androidx.appcompat:appcompat:1.5.1'
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.8.21 '
4+ ext. kotlin_version = ' 1.8.22 '
55 repositories {
66 google()
77 mavenCentral()
You can’t perform that action at this time.
0 commit comments