Skip to content

Commit

Permalink
[feature] start to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
santimattius committed Apr 22, 2024
1 parent cbeaa8d commit 2fbc419
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ compose_compiler=1.5.11

android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.disableAutomaticComponentCreation=true

# Lib
group_id=io.github.santimattius
Expand Down
2 changes: 1 addition & 1 deletion watcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
buildFeatures {
compose = true
Expand Down

0 comments on commit 2fbc419

Please sign in to comment.