1 parent 1f430f6 commit bd8e270Copy full SHA for bd8e270
1 file changed
FancyComposeDialogs/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
android {
8
namespace 'com.patrik.fancycomposedialogs'
9
- compileSdk 33
+ compileSdk 34
10
11
defaultConfig {
12
minSdk 24
@@ -32,7 +32,7 @@ android {
32
compose true
33
}
34
composeOptions {
35
- kotlinCompilerExtensionVersion '1.2.0'
+ kotlinCompilerExtensionVersion '1.4.5'
36
kotlinCompilerVersion '1.5.30'
37
38
@@ -60,7 +60,7 @@ afterEvaluate {
60
from components.release
61
groupId = 'com.github.PratikFagadiya'
62
artifactId = 'fancycomposedialogs'
63
- version = '1.0.1'
+ version = '1.0.2'
64
65
66
0 commit comments