File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed
Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 7575 run : just install-android-targets
7676
7777 - name : Build Android Bindings
78- env :
79- GITHUB_USER : ${{ github.actor }}
80- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8178 run : just build-android
8279
8380 - name : Enable KVM
Original file line number Diff line number Diff line change 11plugins {
22 id(" org.jetbrains.kotlin.android" ) version " 2.2.21" apply false
33 id(" com.android.application" ) version " 8.13.1" apply false
4- id(" com.gemwallet.cargo-ndk" ) version " 0.5.0 " apply false
4+ id(" com.gemwallet.cargo-ndk" ) version " 0.5.2 " apply false
55 id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
66}
77
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
3- val localProps = rootDir.resolve(" local.properties" ).takeIf { it.isFile }?.inputStream()?.use { stream ->
4- java.util.Properties ().apply { load(stream) }
5- }
6- val githubUser = System .getenv(" GITHUB_USER" ) ? : localProps?.getProperty(" github.user" )
7- val githubToken = System .getenv(" GITHUB_TOKEN" ) ? : localProps?.getProperty(" github.token" )
8- maven {
9- url = uri(" https://maven.pkg.github.com/gemwalletcom/cargo-ndk-android-gradle" )
10- credentials {
11- username = githubUser
12- password = githubToken
13- }
14- }
153 google {
164 content {
175 includeGroupByRegex(" com\\ .android.*" )
You can’t perform that action at this time.
0 commit comments