Skip to content

Commit 0be6e10

Browse files
0.0.4.4.11
1 parent 98463ed commit 0be6e10

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.10"
12+
version = "0.0.4.4.11"
1313
apply(plugin = "org.jlleitschuh.gradle.ktlint")
1414
apply(plugin = "maven-publish")
1515
}

obfuscator/jitpack.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
jdk:
2-
- openjdk17
3-
before_install:
4-
- yes | sdkmanager "ndk;26.3.11579264"
1+
env:
2+
ANDROID_NDK_ROOT : `pwd`/android-ndk-r26d
3+
PATH : ${PATH}:$ANDROID_NDK_ROOT

0 commit comments

Comments
 (0)