Commit adaa3a6 1 parent 68a0f10 commit adaa3a6 Copy full SHA for adaa3a6
File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ It's main purpose is to make permissions handling more concise.
7
7
### Versioning
8
8
There are multiple version currently being released, depending on [ Compose UI version] ( https://developer.android.com/jetpack/androidx/releases/compose-ui ) used in your project:
9
9
10
- | <b >Compose UI version</b > | <b >ComposePermissionHandler version</b > |
11
- | :--------------------------- :| :---------------------------------------:|
12
- | Compose UI 1.0 (1.0.x) | 1.1.0 |
13
- | Compose UI 1.1 (1.1.x) | 1.2.0 |
14
- | Compose UI 1.2 (1.2.x) | 1.3.0 |
15
- | Compose UI 1.3 (1.3.x) | 1.4.0 |
16
- | Compose UI 1.4 (1.4.x) | 1.5.0 |
17
- | Compose UI 1.5 (1.5.x-beta ) | 1.6.0-beta |
10
+ | <b >Compose UI version</b > | <b >ComposePermissionHandler version</b > |
11
+ | :-------------------------:| :---------------------------------------:|
12
+ | Compose UI 1.0 (1.0.x) | 1.1.0 |
13
+ | Compose UI 1.1 (1.1.x) | 1.2.0 |
14
+ | Compose UI 1.2 (1.2.x) | 1.3.0 |
15
+ | Compose UI 1.3 (1.3.x) | 1.4.0 |
16
+ | Compose UI 1.4 (1.4.x) | 1.5.0 |
17
+ | Compose UI 1.5 (1.5.x-rc ) | 1.6.0-rc |
18
18
19
19
<b >Version 1.0.0 is legacy and should not be used as it may cause compatibility problems!</b >
20
20
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ repositories {
23
23
24
24
dependencies {
25
25
compileOnly(gradleApi())
26
- implementation(" com.android.tools.build:gradle:8.0.2 " )
27
- implementation(kotlin(" gradle-plugin" , " 1.8.21 " ))
26
+ implementation(" com.android.tools.build:gradle:8.1.0 " )
27
+ implementation(kotlin(" gradle-plugin" , " 1.9.0 " ))
28
28
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ object AndroidConfig {
12
12
const val detekt = " io.gitlab.arturbosch.detekt"
13
13
}
14
14
15
- const val sdkVersion = 33
15
+ const val sdkVersion = 34
16
16
const val minSdkVersion = 21
17
17
val javaVersion = JavaVersion .VERSION_17
18
18
}
Original file line number Diff line number Diff line change 1
1
object Versions {
2
- const val kotlin = " 1.8.20 "
2
+ const val kotlin = " 1.9.0 "
3
3
const val detekt = " 1.22.0"
4
4
const val ktx = " 1.8.0"
5
5
const val appCompat = " 1.5.0"
6
6
const val ktlint = " 10.3.0"
7
- const val composeCompiler = " 1.4.7 "
8
- const val compose = " 1.5.0-beta01 "
7
+ const val composeCompiler = " 1.5.1 "
8
+ const val compose = " 1.5.0-rc01 "
9
9
const val material3 = " 1.1.0"
10
10
const val composeActivity = " 1.7.2"
11
11
}
You can’t perform that action at this time.
0 commit comments