Skip to content

Commit

Permalink
0.0.4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-iva-nedeleva committed Jun 17, 2024
1 parent 2a707d8 commit 3886a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2"
version = "0.0.4.4.3"
apply(plugin = "org.jlleitschuh.gradle.ktlint")
apply(plugin = "maven-publish")
}
Expand Down
2 changes: 1 addition & 1 deletion obfuscator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {

android {
namespace = "com.kape.obfuscator"
ndkVersion = sdkDirectory.resolve("ndk").listFilesOrdered().last().name

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

cargo {
Expand Down

0 comments on commit 3886a80

Please sign in to comment.