Update AGP

This commit is contained in:
TheBrokenRail
2023-11-02 18:04:51 -04:00
committed by iProgramInCpp
parent 5cdd306a28
commit 0721741564
4 changed files with 8 additions and 4 deletions

View File

@@ -1,11 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 33
compileSdk 34
defaultConfig {
applicationId 'io.github.reminecraftpe'
minSdkVersion 21
targetSdkVersion 33
//noinspection EditedTargetSdkVersion
targetSdkVersion 34
versionCode 1
versionName '1.0'
externalNativeBuild {

View File

@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@@ -9,6 +9,9 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.

View File

@@ -1,6 +1,6 @@
#Thu Nov 11 18:20:34 PST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME