Skip to content

Commit c757007

Browse files
committed
Update Gradle, dependencies, sdk
1 parent ea73b92 commit c757007

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

app/build.gradle

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace 'com.wirelessalien.zipxtract'
8-
compileSdk 34
8+
compileSdk = 35
99

1010
defaultConfig {
1111
applicationId "com.wirelessalien.zipxtract"
1212
minSdk 24
13-
targetSdk 34
13+
targetSdk 35
1414
versionCode 20
1515
versionName "5.4.1"
1616

@@ -65,41 +65,41 @@ android {
6565

6666
dependencies {
6767

68-
implementation 'androidx.core:core-ktx:1.13.1'
68+
implementation 'androidx.core:core-ktx:1.16.0'
6969
implementation 'androidx.appcompat:appcompat:1.7.0'
70-
implementation 'com.google.android.material:material:1.13.0-alpha08'
71-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
70+
implementation 'com.google.android.material:material:1.14.0-alpha06'
71+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
7272
implementation 'androidx.preference:preference-ktx:1.2.1'
7373

7474
//glide
75-
implementation("com.github.bumptech.glide:glide:4.16.0")
75+
implementation("com.github.bumptech.glide:glide:5.0.5")
7676

7777
//Kotlin Coroutines
78-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
79-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
78+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2'
79+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
8080

8181
//fragment
82-
implementation 'androidx.fragment:fragment-ktx:1.6.2'
82+
implementation 'androidx.fragment:fragment-ktx:1.8.7'
8383

8484
//apache commons compress
85-
implementation 'org.apache.commons:commons-compress:1.27.1'
85+
implementation 'org.apache.commons:commons-compress:1.28.0'
8686
implementation 'org.tukaani:xz:1.10'
8787

8888
//zip4j
8989
implementation 'net.lingala.zip4j:zip4j:2.11.5'
9090

9191
//7-Zip-Jbinding-4Android
92-
implementation 'com.github.omicronapps:7-Zip-JBinding-4Android:Release-16.02-2.02'
92+
implementation 'com.github.omicronapps:7-Zip-JBinding-4Android:Release-16.02-2.03'
9393

9494
//libarchive
95-
implementation 'me.zhanghai.android.libarchive:library:1.1.4'
95+
implementation 'me.zhanghai.android.libarchive:library:1.1.6'
9696

97-
implementation "com.github.luben:zstd-jni:1.5.7-2@aar"
97+
implementation "com.github.luben:zstd-jni:1.5.7-6@aar"
9898
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'
9999

100100
testImplementation 'junit:junit:4.13.2'
101-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
102-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
101+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
102+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
103103

104104
//shimmer
105105
implementation 'com.facebook.shimmer:shimmer:0.5.0'

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.2.2' apply false
4-
id 'com.android.library' version '8.2.2' apply false
5-
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
3+
id 'com.android.application' version '8.13.0' apply false
4+
id 'com.android.library' version '8.13.0' apply false
5+
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
66
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#Mon Jun 12 09:30:43 IST 2023
1919
distributionBase=GRADLE_USER_HOME
20-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
20+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
2121
distributionPath=wrapper/dists
2222
zipStorePath=wrapper/dists
2323
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)