mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-05-31 11:39:36 +08:00
Update kotlin and gomobile
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
||||
- name: Setup Go Mobile
|
||||
# https://github.com/golang/mobile/blob/c31d5b91ecc32c0d598b8fe8457d244ca0b4e815/cmd/gomobile/init.go#L83
|
||||
run: |
|
||||
go install github.com/sagernet/gomobile/cmd/gomobile@v0.1.4
|
||||
go install github.com/sagernet/gomobile/cmd/gobind@v0.1.4
|
||||
go install github.com/sagernet/gomobile/cmd/gomobile@v0.1.5
|
||||
go install github.com/sagernet/gomobile/cmd/gobind@v0.1.5
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
id("kotlin-android")
|
||||
id("com.google.devtools.ksp") version "2.1.10-1.0.31"
|
||||
id("com.google.devtools.ksp") version "2.1.20-1.0.31"
|
||||
id("kotlin-parcelize")
|
||||
id("com.google.protobuf")
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ apply(from = "../repositories.gradle.kts")
|
||||
|
||||
dependencies {
|
||||
implementation("com.android.tools.build:gradle:8.9.0")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
|
||||
implementation("cn.hutool:hutool-http:5.8.36")
|
||||
implementation("cn.hutool:hutool-crypto:5.8.36")
|
||||
implementation("org.kohsuke:github-api:1.327")
|
||||
|
||||
Submodule library/core updated: 518bbbcd24...4e2e05c0b6
Reference in New Issue
Block a user