Skip to content

Commit

Permalink
bump gradle and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed Nov 29, 2024
1 parent b4d2553 commit c10f30c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ dependencies {
def appCompatVersion = '1.6.1' // 1.6.1 last api16 compatible
//noinspection GradleDependency
implementation "androidx.appcompat:appcompat:${appCompatVersion}"
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
def constraintVersion = '2.1.4' // 2.1.4 last api16 compatible
//noinspection GradleDependency
implementation "androidx.constraintlayout:constraintlayout:${constraintVersion}"
def coreKtxVersion = '1.12.0' // 1.12.0 last api16 compatible
//noinspection GradleDependency
implementation "androidx.core:core-ktx:${coreKtxVersion}"
Expand Down Expand Up @@ -89,8 +91,8 @@ dependencies {
implementation 'com.google.firebase:firebase-crashlytics:18.2.5'
// SSL
implementation 'info.guardianproject.netcipher:netcipher:2.1.0'
implementation 'org.conscrypt:conscrypt-android:2.5.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1'
implementation 'org.conscrypt:conscrypt-android:2.5.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
// 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 @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.1'
classpath 'com.android.tools.build:gradle:8.7.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
Expand Down

0 comments on commit c10f30c

Please sign in to comment.