Skip to content

Commit 3a27094

Browse files
Release 1.2.3 - Bumped compileSDK to 34 and added support for Kotlin 1.9.0
1 parent 8d07603 commit 3a27094

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737

3838
```groovy
3939
dependencies {
40-
implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.2"
40+
implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.2.3"
4141
}
4242
```
4343

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
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
}

collapsingtopbar/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)