mirror of
https://github.com/agateau/pixelwheels.git
synced 2025-10-05 17:32:39 +02:00
Update AGP to 8.7.1
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.agateau.tinywheels.android"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-feature android:name="android.software.leanback" android:required="false" />
|
||||
|
@@ -28,11 +28,11 @@ dependencies {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace "com.agateau.tinywheels.android"
|
||||
Properties versionProps = new Properties()
|
||||
versionProps.load(new FileInputStream(file('../version.properties')))
|
||||
|
||||
// Must match ci/install-android-sdk
|
||||
buildToolsVersion "31.0.0"
|
||||
compileSdkVersion 34
|
||||
defaultConfig {
|
||||
applicationId "com.agateau.tinywheels.android"
|
||||
@@ -95,6 +95,10 @@ android {
|
||||
excludes += ['LICENSE.txt']
|
||||
}
|
||||
}
|
||||
buildFeatures {
|
||||
renderScript true
|
||||
aidl true
|
||||
}
|
||||
}
|
||||
|
||||
// called every time gradle gets executed, takes the native dependencies of
|
||||
|
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
agp_version = '7.4.1'
|
||||
agp_version = '8.7.1'
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@@ -3,3 +3,6 @@ org.gradle.jvmargs=-Xms128m -Xmx512m
|
||||
org.gradle.configureondemand=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonTransitiveRClass=false
|
||||
android.nonFinalResIds=false
|
||||
|
Reference in New Issue
Block a user