Skip to content

Commit

Permalink
gradle, SDK and dependencies update, updated licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearfog committed Aug 19, 2024
1 parent 027b2fc commit 53d18dd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 32 deletions.
13 changes: 7 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
23 changes: 0 additions & 23 deletions app/src/main/assets/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,6 @@
</head>

<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>
<ul>
<li>okhttp</li>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.5.2'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 53d18dd

Please sign in to comment.