Skip to content

Commit

Permalink
update gradle depends
Browse files Browse the repository at this point in the history
  • Loading branch information
iamironrabbit committed Jul 20, 2022
1 parent bc50dca commit c6d1c9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zomapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,22 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.multidex:multidex:2.0.1'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

implementation 'com.google.android.material:material:1.6.0'
implementation 'com.google.android.material:material:1.6.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

// // lock
implementation 'com.github.thealeksandr:PFLockScreen-Android:1.0.0-beta7'

implementation 'info.guardianproject.keanuapp:keanulib:0.0.5.77'
implementation 'info.guardianproject.keanuapp:keanulib:0.0.5.78'

}

Expand Down

0 comments on commit c6d1c9a

Please sign in to comment.