Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ren6 committed Mar 12, 2024
1 parent 4aa02b5 commit 0aa3a9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
sdkVersion=2.4.1
sdkVersion=2.4.2
20 changes: 10 additions & 10 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {
PUBLISH_SCM_URL = 'https://github.com/apphud/ApphudSDK-Android/tree/master'
}

//apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

android {
defaultConfig {
Expand Down Expand Up @@ -59,15 +59,15 @@ android {
}
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
}
}
}
}
//afterEvaluate {
// publishing {
// publications {
// release(MavenPublication) {
// from components.release
// }
// }
// }
//}

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
Expand Down

0 comments on commit 0aa3a9c

Please sign in to comment.