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:
|
with:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: |
|
run: ./gradlew :lsplant:publish
|
||||||
sed -i '/withSourcesJar()/d' lsplant/build.gradle.kts
|
|
||||||
./gradlew :lsplant:publishToMavenLocal
|
|
||||||
git reset --hard HEAD
|
|
||||||
./gradlew :lsplant:publish
|
|
||||||
env:
|
env:
|
||||||
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
|
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
|
||||||
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}
|
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}
|
||||||
|
@ -5,8 +5,8 @@ pluginManagement {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") version "7.1.1"
|
id("com.android.application") version "7.1.2"
|
||||||
id("com.android.library") version "7.1.1"
|
id("com.android.library") version "7.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user