Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
PratikFagadiya committed Aug 26, 2023
1 parent 1f430f6 commit bd8e270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FancyComposeDialogs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace 'com.patrik.fancycomposedialogs'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 24
Expand All @@ -32,7 +32,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.2.0'
kotlinCompilerExtensionVersion '1.4.5'
kotlinCompilerVersion '1.5.30'
}
}
Expand Down Expand Up @@ -60,7 +60,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.PratikFagadiya'
artifactId = 'fancycomposedialogs'
version = '1.0.1'
version = '1.0.2'
}
}
}
Expand Down

0 comments on commit bd8e270

Please sign in to comment.