Browse Source

Update gradle, dependencies, SDK, and NDK versions.

Miku AuahDark 3 years ago
parent
commit
1593566648
3 changed files with 9 additions and 9 deletions
  1. 7 7
      app/build.gradle
  2. 1 1
      build.gradle
  3. 1 1
      gradle/wrapper/gradle-wrapper.properties

+ 7 - 7
app/build.gradle

@@ -3,15 +3,15 @@ plugins {
 }
 }
 
 
 android {
 android {
-    compileSdk 31
-    ndkVersion "23.1.7779620"
+    compileSdk 33
+    ndkVersion "25.1.8937393"
 
 
     defaultConfig {
     defaultConfig {
         applicationId "org.love2d.android"
         applicationId "org.love2d.android"
         versionCode 31
         versionCode 31
         versionName "12.0"
         versionName "12.0"
         minSdk 21
         minSdk 21
-        targetSdk 31
+        targetSdk 33
         externalNativeBuild {
         externalNativeBuild {
             cmake {
             cmake {
                 arguments "-DANDROID_STL=c++_shared"
                 arguments "-DANDROID_STL=c++_shared"
@@ -94,11 +94,11 @@ android {
 }
 }
 
 
 dependencies {
 dependencies {
-    implementation 'androidx.appcompat:appcompat:1.4.1'
-    implementation 'com.google.android.material:material:1.6.0'
+    implementation 'androidx.appcompat:appcompat:1.5.1'
+    implementation 'com.google.android.material:material:1.7.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
-    implementation 'androidx.navigation:navigation-fragment:2.4.2'
-    implementation 'androidx.navigation:navigation-ui:2.4.2'
+    implementation 'androidx.navigation:navigation-fragment:2.5.3'
+    implementation 'androidx.navigation:navigation-ui:2.5.3'
     implementation 'androidx.recyclerview:recyclerview:1.2.1'
     implementation 'androidx.recyclerview:recyclerview:1.2.1'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
     implementation 'com.google.oboe:oboe:1.6.1'
     implementation 'com.google.oboe:oboe:1.6.1'

+ 1 - 1
build.gradle

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

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties

@@ -1,6 +1,6 @@
 #Sat Feb 05 13:33:44 SGT 2022
 #Sat Feb 05 13:33:44 SGT 2022
 distributionBase=GRADLE_USER_HOME
 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
 distributionPath=wrapper/dists
 zipStorePath=wrapper/dists
 zipStorePath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStoreBase=GRADLE_USER_HOME