Skip to content

Commit a97ab9d

Browse files
authored
Merge pull request #15 from Breens-Mbaka/develop
Update to the latest Kotlin and Compose versions
2 parents 4efccf9 + 5070d44 commit a97ab9d

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

BeeTablesCompose/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
compose = true
5151
}
5252
composeOptions {
53-
kotlinCompilerExtensionVersion = "1.4.3"
53+
kotlinCompilerExtensionVersion = "1.5.14"
5454
}
5555

5656
packaging {

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
:bee: A Compose UI data table library which allows developers to seamless integrate visually appealing and customizable tables to their Android apps or IOS apps.
1212
</p><br>
1313

14-
<p align="center">
15-
<img src ="https://github.com/Breens-Mbaka/AnimeFollowKMM/assets/72180010/1b3e239e-9b4b-4bde-a9f1-085878bdf94a" width="250"/>
16-
</p><br>
14+
https://github.com/Breens-Mbaka/BeeTablesCompose/assets/72180010/996cb574-766e-45f8-b459-6e7245da17bc
1715

1816
# Features 🌟
1917

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
compose = true
5656
}
5757
composeOptions {
58-
kotlinCompilerExtensionVersion = "1.4.3"
58+
kotlinCompilerExtensionVersion = "1.5.14"
5959
}
6060
packaging {
6161
resources {

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id("com.android.application") version "8.1.4" apply false
4-
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
4+
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
55
id("com.android.library") version "8.1.4" apply false
66
id("com.diffplug.spotless") version "6.19.0" apply false
77
}

0 commit comments

Comments
 (0)