|
|
@@ -3,15 +3,15 @@ plugins {
|
|
|
}
|
|
|
|
|
|
android {
|
|
|
- compileSdk 31
|
|
|
- ndkVersion "23.1.7779620"
|
|
|
+ compileSdk 33
|
|
|
+ ndkVersion "25.1.8937393"
|
|
|
|
|
|
defaultConfig {
|
|
|
applicationId "org.love2d.android"
|
|
|
versionCode 31
|
|
|
versionName "12.0"
|
|
|
minSdk 21
|
|
|
- targetSdk 31
|
|
|
+ targetSdk 33
|
|
|
externalNativeBuild {
|
|
|
cmake {
|
|
|
arguments "-DANDROID_STL=c++_shared"
|
|
|
@@ -94,11 +94,11 @@ android {
|
|
|
}
|
|
|
|
|
|
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.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.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
|
|
implementation 'com.google.oboe:oboe:1.6.1'
|