Skip to content

Commit

Permalink
0.0.4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-iva-nedeleva committed Jun 18, 2024
1 parent 0e2ffc0 commit d184f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "com.kape.android"
version = "0.0.4.4.4"
version = "0.0.4.4.5"
apply(plugin = "org.jlleitschuh.gradle.ktlint")
apply(plugin = "maven-publish")
}
Expand Down
3 changes: 1 addition & 2 deletions obfuscator/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import org.gradle.kotlin.dsl.support.listFilesOrdered

plugins {
id("com.android.library")
Expand All @@ -9,6 +8,7 @@ plugins {

android {
namespace = "com.kape.obfuscator"
ndkVersion = "26.3.11579264"

compileSdk = 34
defaultConfig {
Expand Down Expand Up @@ -38,7 +38,6 @@ android {
useLegacyPackaging = true
}
}
ndkVersion = sdkDirectory.resolve("ndk").listFilesOrdered().last().name
}

cargo {
Expand Down

0 comments on commit d184f29

Please sign in to comment.