mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Update AGP
This commit is contained in:
parent
bcd0cb3378
commit
fea5dd6e03
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -17,11 +17,7 @@ jobs:
|
||||
with:
|
||||
java-version: '11'
|
||||
- name: Build with Gradle
|
||||
run: |
|
||||
sed -i '/withSourcesJar()/d' lsplant/build.gradle.kts
|
||||
./gradlew :lsplant:publishToMavenLocal
|
||||
git reset --hard HEAD
|
||||
./gradlew :lsplant:publish
|
||||
run: ./gradlew :lsplant:publish
|
||||
env:
|
||||
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
|
||||
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}
|
||||
|
@ -5,8 +5,8 @@ pluginManagement {
|
||||
mavenCentral()
|
||||
}
|
||||
plugins {
|
||||
id("com.android.application") version "7.1.1"
|
||||
id("com.android.library") version "7.1.1"
|
||||
id("com.android.application") version "7.1.2"
|
||||
id("com.android.library") version "7.1.2"
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
|
Loading…
x
Reference in New Issue
Block a user