Upgrade deps

This commit is contained in:
LoveSy 2023-06-08 11:58:16 +08:00
parent d48c639849
commit 03517ca86d
6 changed files with 11 additions and 5 deletions

View File

@ -135,9 +135,12 @@ jobs:
- api-level: 33
target: android-tv
arch: x86
- api-level: UpsideDownCake-ext5
- api-level: 34
target: google_apis
arch: x86_64
- api-level: 34
target: android-tv
arch: x86
steps:
- name: checkout
uses: actions/checkout@v3

View File

@ -1,7 +1,7 @@
# LSPlant
![](https://img.shields.io/badge/license-LGPL--3.0-orange.svg)
![](https://img.shields.io/badge/Android-5.0%20--%2013-blue.svg)
![](https://img.shields.io/badge/Android-5.0%20--%2014-blue.svg)
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86--64%7C%20riscv64-brightgreen.svg)
![](https://github.com/LSPosed/LSPlant/actions/workflows/build.yml/badge.svg?branch=master&event=push)
![](https://img.shields.io/maven-central/v/org.lsposed.lsplant/lsplant.svg)

View File

@ -2,3 +2,5 @@ android.nonTransitiveRClass=true
android.useAndroidX=true
android.experimental.testOptions.managedDevices.allowOldApiLevelDevices=true
android.library.defaults.buildfeatures.androidresources=false
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

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

View File

@ -82,6 +82,7 @@ android {
createDevice(31, true, "aosp_atd")
createDevice(32, true, "google_apis")
createDevice(33, true, "google_apis")
createDevice(34, true, "google_apis")
}
}
}