Upgrade Gradle & Build target version

This commit is contained in:
OMGeeky
2023-02-03 19:30:55 +01:00
parent 7f4756d867
commit 071b269422
4 changed files with 12 additions and 11 deletions

View File

@@ -1,18 +1,18 @@
apply plugin: 'com.android.application'
android {
lintOptions{
baseline file("lint.xml")
abortOnError true
}
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.gpl.rpg.AndorsTrail"
minSdkVersion 14
targetSdkVersion 31
targetSdkVersion 33
}
lintOptions{
baseline file("lint.xml")
abortOnError true
}
buildTypes {
@@ -26,6 +26,7 @@ android {
applicationIdSuffix 'beta2'
}
}
namespace 'com.gpl.rpg.AndorsTrail'
}
dependencies {

View File

@@ -31,9 +31,9 @@
android:hasFragileUserData="true"
android:preserveLegacyExternalStorage="true"
>
<activity
android:name="com.gpl.rpg.AndorsTrail.activity.StartScreenActivity"
<activity
android:exported="true"
android:name="com.gpl.rpg.AndorsTrail.activity.StartScreenActivity"
android:clearTaskOnLaunch="true"
>
<intent-filter>

View File

@@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.4.0'
}
}

View File

@@ -1,6 +1,6 @@
#Sun Sep 25 12:50:59 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME