[app] Target 32 (#1479)
This commit is contained in:
parent
09a876f144
commit
45ae52de0c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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}.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue