Skip to content

Commit

Permalink
0.0.4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-iva-nedeleva committed Jun 18, 2024
1 parent 3886a80 commit 0e2ffc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
ndk-version: r26d
link-to-sdk: true
local-cache: true
- name: prepare rust targets
run: rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
- name: build debug
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
ndk-version: r26d
link-to-sdk: true
local-cache: true
- name: prepare rust targets
run: rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
- name: lint
Expand Down
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.3"
version = "0.0.4.4.4"
apply(plugin = "org.jlleitschuh.gradle.ktlint")
apply(plugin = "maven-publish")
}
Expand Down

0 comments on commit 0e2ffc0

Please sign in to comment.