File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ repositories {
3737
3838``` groovy
3939dependencies {
40- implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.2 "
40+ implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.3 "
4141}
4242```
4343
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 coreKtx = ' 1.12.0'
4- libraryVersion = ' 1.2.2 '
4+ libraryVersion = ' 1.2.3 '
55 timberVersion = ' 5.0.1'
66 }
77 repositories {
@@ -13,8 +13,4 @@ plugins {
1313 id ' com.android.application' version ' 8.2.0' apply false
1414 id ' com.android.library' version ' 8.2.0' apply false
1515 id ' org.jetbrains.kotlin.android' version ' 1.9.0' apply false
16- }
17-
18- tasks. register(' clean' , Delete ) {
19- delete rootProject. buildDir
2016}
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ android {
5151 }
5252 }
5353 compileOptions {
54- sourceCompatibility JavaVersion . VERSION_1_8
55- targetCompatibility JavaVersion . VERSION_1_8
54+ sourceCompatibility JavaVersion . VERSION_17
55+ targetCompatibility JavaVersion . VERSION_17
5656 }
5757 kotlinOptions {
58- jvmTarget = ' 1.8 '
58+ jvmTarget = ' 17 '
5959 }
6060 buildFeatures {
6161 compose true
You can’t perform that action at this time.
0 commit comments