gradle, SDK and dependencies update, updated licenses

This commit is contained in:
nuclearfog 2024-08-19 21:07:35 +02:00
parent 027b2fcf5a
commit 53d18dd272
4 changed files with 10 additions and 32 deletions

View File

@ -3,13 +3,13 @@ plugins {
} }
android { android {
compileSdk 34 compileSdk 35
namespace 'org.nuclearfog.twidda' namespace 'org.nuclearfog.twidda'
defaultConfig { defaultConfig {
applicationId 'org.nuclearfog.twidda' applicationId 'org.nuclearfog.twidda'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 35
versionCode 112 versionCode 112
versionName '3.5.9' versionName '3.5.9'
resConfigs 'en', 'es', 'de', 'zh-rCN' resConfigs 'en', 'es', 'de', 'zh-rCN'
@ -57,15 +57,16 @@ android {
} }
dependencies { dependencies {
//noinspection GradleDependency
implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.media3:media3-exoplayer:1.3.1' implementation 'androidx.media3:media3-exoplayer:1.4.0'
implementation 'androidx.media3:media3-ui:1.3.1' implementation 'androidx.media3:media3-ui:1.4.0'
implementation 'androidx.media3:media3-datasource-okhttp:1.3.1' implementation 'androidx.media3:media3-datasource-okhttp:1.4.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'androidx.viewpager2:viewpager2:1.1.0'
//noinspection GradleDependency //noinspection GradleDependency
implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okhttp3:okhttp:4.12.0'
//noinspection GradleDependency //noinspection GradleDependency

View File

@ -9,29 +9,6 @@
</head> </head>
<body> <body>
<h3>Notices for libraries:</h3>
<ul>
<li>Shitter</li>
</ul>
<pre>
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.
</pre>
<h3>Notices for libraries:</h3> <h3>Notices for libraries:</h3>
<ul> <ul>
<li>okhttp</li> <li>okhttp</li>

View File

@ -9,7 +9,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:8.2.2' classpath 'com.android.tools.build:gradle:8.5.2'
} }
} }

View File

@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME