Update deps

This commit is contained in:
LoveSy 2022-05-20 17:47:05 +08:00
parent 5867b67380
commit 565555601b
7 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

@ -93,6 +93,7 @@ android {
version = androidCmakeVersion version = androidCmakeVersion
} }
} }
namespace = "org.lsposed.lsplant"
publishing { publishing {
singleVariant("release") { singleVariant("release") {

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest package="org.lsposed.lsplant" /> <manifest />

@ -1 +1 @@
Subproject commit 022b7352b28fbc04adc2d857b6ed93ca428ebaaf Subproject commit bf90652281cc588aa34bb277339b9e8234475a34

View File

@ -5,8 +5,8 @@ pluginManagement {
mavenCentral() mavenCentral()
} }
plugins { plugins {
id("com.android.application") version "7.1.3" id("com.android.application") version "7.2.0"
id("com.android.library") version "7.1.3" id("com.android.library") version "7.2.0"
} }
} }
dependencyResolutionManagement { dependencyResolutionManagement {

View File

@ -44,6 +44,7 @@ android {
sourceCompatibility = JavaVersion.VERSION_11 sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11
} }
namespace = "org.lsposed.lsplant"
} }
dependencies { dependencies {

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest package="org.lsposed.lsplant" /> <manifest />