From 53d18dd272460f146fe7ca0cbfeed3659c4e5caf Mon Sep 17 00:00:00 2001 From: nuclearfog <32868976+nuclearfog@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:07:35 +0200 Subject: [PATCH] gradle, SDK and dependencies update, updated licenses --- app/build.gradle | 13 +++++++------ app/src/main/assets/licenses.html | 23 ----------------------- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 4 files changed, 10 insertions(+), 32 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f5417e44..173b404b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,13 +3,13 @@ plugins { } android { - compileSdk 34 + compileSdk 35 namespace 'org.nuclearfog.twidda' defaultConfig { applicationId 'org.nuclearfog.twidda' minSdkVersion 21 - targetSdkVersion 34 + targetSdkVersion 35 versionCode 112 versionName '3.5.9' resConfigs 'en', 'es', 'de', 'zh-rCN' @@ -57,15 +57,16 @@ android { } dependencies { + //noinspection GradleDependency implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.media3:media3-exoplayer:1.3.1' - implementation 'androidx.media3:media3-ui:1.3.1' - implementation 'androidx.media3:media3-datasource-okhttp:1.3.1' - implementation 'androidx.viewpager2:viewpager2:1.0.0' + implementation 'androidx.media3:media3-exoplayer:1.4.0' + implementation 'androidx.media3:media3-ui:1.4.0' + implementation 'androidx.media3:media3-datasource-okhttp:1.4.0' + implementation 'androidx.viewpager2:viewpager2:1.1.0' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:4.12.0' //noinspection GradleDependency diff --git a/app/src/main/assets/licenses.html b/app/src/main/assets/licenses.html index b3843615..1a164a42 100644 --- a/app/src/main/assets/licenses.html +++ b/app/src/main/assets/licenses.html @@ -9,29 +9,6 @@ -

Notices for libraries:

- -
-            Copyright 2018 nuclearfog
-            Licensed under the Apache License,
-            Version 2.0 (the "License");
-            you may not use this file except
-            in compliance with the License.
-            You may obtain a copy of the License at
-            https://www.apache.org/licenses/LICENSE-2.0
-            Unless required by applicable law
-            or agreed to in writing,
-            software Distributed under the License
-            is distributed on an "AS IS" BASIS,
-            WITHOUT WARRANTIES OR CONDITIONS
-            OF ANY KIND, either express or implied.
-            See the License for the specific
-            language governing permissions and
-            limitations under the License.
-        
-

Notices for libraries: