We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80b72e commit a147145Copy full SHA for a147145
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
10
allprojects {
11
group = "com.kape.android"
12
- version = "0.0.4.4.7"
+ version = "0.0.4.4.8"
13
apply(plugin = "org.jlleitschuh.gradle.ktlint")
14
apply(plugin = "maven-publish")
15
}
obfuscator/jitpack.yml
@@ -1,3 +1,3 @@
1
before_install:
2
- yes | sdkmanager --licenses
3
- - yes | sdkmanager install "ndk;26.3.11579264"
+ - yes | sdkmanager --install "ndk;26.3.11579264"
0 commit comments