From 45ae52de0c850328be997b4901c123c8e05d70cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E5=AE=AB=E9=9B=AA=E7=8F=8A?= Date: Fri, 10 Dec 2021 21:35:39 +0800 Subject: [PATCH] [app] Target 32 (#1479) --- README.md | 2 +- app/build.gradle.kts | 6 +++--- build.gradle.kts | 8 ++++---- core/magisk_module/module.prop | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e21936a1..876068ef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Riru module trying to provide an ART hooking framework which delivers consiste ## Supported Versions -Android 8.1 ~ 12, 12L DP1 +Android 8.1 ~ 12, 12L Beta1 ## Install diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9434f10e..d116e2af 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -189,9 +189,9 @@ dependencies { implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0-beta01") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01") implementation("com.github.bumptech.glide:glide:$glideVersion") - implementation("com.google.android.material:material:1.5.0-beta01") + implementation("com.google.android.material:material:1.6.0-alpha01") implementation("com.google.code.gson:gson:2.8.9") - implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.2")) + implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.3")) implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:okhttp-dnsoverhttps") implementation("com.squareup.okhttp3:logging-interceptor") @@ -205,7 +205,7 @@ dependencies { implementation("dev.rikka.rikkax.widget:switchbar:1.0.2") implementation("dev.rikka.rikkax.layoutinflater:layoutinflater:1.1.0") implementation("me.zhanghai.android.appiconloader:appiconloader:1.3.1") - implementation("org.lsposed.hiddenapibypass:hiddenapibypass:2.0") + implementation("org.lsposed.hiddenapibypass:hiddenapibypass:3.0") implementation(project(":manager-service")) } diff --git a/build.gradle.kts b/build.gradle.kts index 714ad225..8adccba4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ buildscript { mavenCentral() } val navVersion by extra("2.4.0-beta02") - val agpVersion by extra("7.0.3") + val agpVersion by extra("7.0.4") dependencies { classpath("com.android.tools.build:gradle:$agpVersion") classpath("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r") @@ -41,10 +41,10 @@ val defaultManagerPackageName by extra("org.lsposed.manager") val apiCode by extra(93) val verCode by extra(commitCount + 4200) val verName by extra("1.6.5") -val androidTargetSdkVersion by extra(31) +val androidTargetSdkVersion by extra(32) val androidMinSdkVersion by extra(27) -val androidBuildToolsVersion by extra("31.0.0") -val androidCompileSdkVersion by extra(31) +val androidBuildToolsVersion by extra("32.0.0") +val androidCompileSdkVersion by extra(32) val androidCompileNdkVersion by extra("23.1.7779620") val androidSourceCompatibility by extra(JavaVersion.VERSION_11) val androidTargetCompatibility by extra(JavaVersion.VERSION_11) diff --git a/core/magisk_module/module.prop b/core/magisk_module/module.prop index e780d4bf..7b1e2e8a 100644 --- a/core/magisk_module/module.prop +++ b/core/magisk_module/module.prop @@ -3,4 +3,4 @@ name=${api} - LSPosed version=${versionName} (${versionCode}) versionCode=${versionCode} author=${authorList} -description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12, 12L DP1. ${requirement}. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12, 12L Beta1. ${requirement}. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e750102e..84d1f85f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists