Skip to content

Commit

Permalink
update gradle and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed May 22, 2024
1 parent ab1a9fe commit a1309e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ dependencies {
def libsuVersion = '3.2.1' // 3.2.1 last api17 compatible
//noinspection GradleDependency
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
implementation 'com.google.android.material:material:1.11.0'
def muiVersion = '1.11.0' // 1.11.0 last api17 compatible
//noinspection GradleDependency
implementation "com.google.android.material:material:${muiVersion}"
implementation 'com.google.android.flexbox:flexbox:3.0.0'
// json serializer
def jsonVersion = '2.9.1' // 2.10.1 thorow java.lang.VerifyError on api17
Expand All @@ -85,7 +87,7 @@ dependencies {
implementation 'com.google.firebase:firebase-crashlytics:18.2.5'
// SSL
implementation 'info.guardianproject.netcipher:netcipher:2.1.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1'
// http client/parser
def jsoupVersion = '1.16.1' // 1.16.2, 1.17.1, 1.17.2 thorow java.lang.VerifyError on api19
//noinspection GradleDependency
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 {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.1'
}
}

Expand Down

0 comments on commit a1309e5

Please sign in to comment.