Skip to content

Commit a147145

Browse files
0.0.4.4.8
1 parent e80b72e commit a147145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
allprojects {
1111
group = "com.kape.android"
12-
version = "0.0.4.4.7"
12+
version = "0.0.4.4.8"
1313
apply(plugin = "org.jlleitschuh.gradle.ktlint")
1414
apply(plugin = "maven-publish")
1515
}

obfuscator/jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
before_install:
22
- yes | sdkmanager --licenses
3-
- yes | sdkmanager install "ndk;26.3.11579264"
3+
- yes | sdkmanager --install "ndk;26.3.11579264"

0 commit comments

Comments
 (0)