Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed May 12, 2023
1 parent 202e7bf commit 9622b67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
// SSL
implementation 'info.guardianproject.netcipher:netcipher:2.1.0'
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.palette:palette-ktx:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand All @@ -62,7 +62,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation('org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4')
// http client/parser
Expand All @@ -74,7 +74,7 @@ dependencies {
// root shell (3.2.1)
//noinspection GradleDependency 3.2.1 last api17 compatible
implementation 'com.github.topjohnwu.libsu:core:3.2.1'
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.core:core-ktx:1.10.1'
// glide
def glideVersion = '4.15.0'
implementation "com.github.bumptech.glide:glide:${glideVersion}"
Expand Down

0 comments on commit 9622b67

Please sign in to comment.