Skip to content

Commit

Permalink
chore: set target and compile sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizki Maulana committed Jan 6, 2024
1 parent 1c91b0a commit 59ea401
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ org.jetbrains.compose.experimental.uikit.enabled=true

#Android
android.useAndroidX=true
android.compileSdk=34
android.targetSdk=34
android.compileSdk=33
android.targetSdk=33
android.minSdk=24

#Versions
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ mavenPublishing {
// or when publishing to https://s01.oss.sonatype.org
publishToMavenCentral(SonatypeHost.S01, automaticRelease = true)
signAllPublications()
coordinates("io.github.rizmaulana", "compose-stacked-snackbar", "1.0.0")
coordinates("io.github.rizmaulana", "compose-stacked-snackbar", "1.0.2")

pom {
name.set(project.name)
Expand Down
2 changes: 1 addition & 1 deletion sample/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin {
}

android {
compileSdk = (findProperty("android.compileSdk") as String).toInt()
compileSdk = 34
namespace = "com.myapplication"

sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
Expand Down

0 comments on commit 59ea401

Please sign in to comment.