Skip to content

Commit

Permalink
- update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi823 committed Nov 27, 2024
1 parent 1c7da0a commit 5e7c228
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
* project. Don't use `apply false` in sub-projects. For more information,
* see Applying external plugins with same version to subprojects.
*/
id 'com.android.application' version '8.6.0' apply false
id 'com.android.application' version '8.7.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.22' apply false
id 'de.mannodermaus.android-junit5' version '1.9.3.0' apply false
id 'dev.rikka.tools.refine' version '4.3.0' apply false
Expand Down
14 changes: 6 additions & 8 deletions ffupdater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,22 @@ plugins {

dependencies {
implementation "androidx.core:core-ktx:1.13.1"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.2"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.3"

implementation "androidx.appcompat:appcompat:1.7.0"

implementation "androidx.core:core-ktx:1.13.1"
implementation "androidx.work:work-runtime-ktx:2.9.1"

// solve dependency conflict https://stackoverflow.com/a/69832319
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"

// has kotlinx-coroutines-android
implementation "androidx.preference:preference-ktx:1.2.1"

// has coordinatorlayout, constraintlayout, cardview and more
implementation "com.google.android.material:material:1.12.0"
implementation "androidx.compose.material3:material3:1.3.0"
implementation "androidx.compose.material3:material3:1.3.1"

implementation "androidx.annotation:annotation:1.8.2"
implementation "androidx.annotation:annotation:1.9.1"

// additional layout for then main screen
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
Expand All @@ -38,8 +36,8 @@ dependencies {
implementation "io.github.g00fy2:versioncompare:1.5.0"

// for file downloader
implementation "com.squareup.okhttp3:okhttp:4.11.0"
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:4.11.0"
implementation "com.squareup.okhttp3:okhttp:4.12.0"
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0"

implementation "ru.gildor.coroutines:kotlin-coroutines-okhttp:1.0"

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=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-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 5e7c228

Please sign in to comment.