瀏覽代碼

Update NDK and Gradle lib dependencies.

Miku AuahDark 1 年之前
父節點
當前提交
ba5dad82ba
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      app/build.gradle

+ 7 - 7
app/build.gradle

@@ -6,7 +6,7 @@ plugins {
 
 
 android {
 android {
     namespace "org.love2d.android"
     namespace "org.love2d.android"
-    ndkVersion "26.1.10909125"
+    ndkVersion '27.1.12297006'
 
 
     defaultConfig {
     defaultConfig {
         applicationId project.properties["app.application_id"]
         applicationId project.properties["app.application_id"]
@@ -168,14 +168,14 @@ android {
 }
 }
 
 
 dependencies {
 dependencies {
-    implementation 'androidx.appcompat:appcompat:1.6.1'
-    implementation 'com.google.android.material:material:1.9.0'
+    implementation 'androidx.appcompat:appcompat:1.7.0'
+    implementation 'com.google.android.material:material:1.12.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
-    implementation 'androidx.navigation:navigation-fragment:2.7.3'
-    implementation 'androidx.navigation:navigation-ui:2.7.3'
-    implementation 'androidx.recyclerview:recyclerview:1.3.1'
+    implementation 'androidx.navigation:navigation-fragment:2.8.2'
+    implementation 'androidx.navigation:navigation-ui:2.8.2'
+    implementation 'androidx.recyclerview:recyclerview:1.3.2'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
-    implementation 'com.google.oboe:oboe:1.7.0'
+    implementation 'com.google.oboe:oboe:1.9.0'
 }
 }
 
 
 // We don't even use Kotlin. Why we have to care about it?
 // We don't even use Kotlin. Why we have to care about it?