diff --git a/app/build.gradle b/app/build.gradle index f5417e44f..173b404b5 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 b38436156..1a164a42a 100644 --- a/app/src/main/assets/licenses.html +++ b/app/src/main/assets/licenses.html @@ -9,29 +9,6 @@
-- 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. --