Skip to content

Commit

Permalink
updated maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Sep 22, 2024
1 parent 95d60c0 commit f0673c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gauge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {

android {
namespace = artifact
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 24
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ plugins {
id("com.android.application") version "8.6.1" apply false
id("com.android.library") version "8.6.1" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id("com.vanniktech.maven.publish") version "0.28.0"
id("com.vanniktech.maven.publish") version "0.29.0"
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" apply false
}

0 comments on commit f0673c1

Please sign in to comment.