Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
[skip ci] chore: update AGP and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed Apr 19, 2024
1 parent 0cae3d0 commit e9970c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ dependencies {
implementation "androidx.room:room-ktx:$roomVersion"
ksp "androidx.room:room-compiler:$roomVersion"

implementation 'io.reactivex.rxjava3:rxjava:3.1.7'
implementation 'org.luckypray:dexkit:2.0.0'
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
implementation 'org.luckypray:dexkit:2.0.1'
// https://stackoverflow.com/questions/61195038/excluding-dependency-from-implementation-files
implementation files('apktool_2.7.0.jar')
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginManagement {
mavenCentral()
}
plugins {
id 'com.android.application' version '8.3.0'
id 'com.android.library' version '8.3.0'
id 'com.android.application' version '8.3.2'
id 'com.android.library' version '8.3.2'
id 'org.jetbrains.kotlin.android' version '1.9.0'
id 'com.google.devtools.ksp' version '1.9.0-1.0.13' apply false
}
Expand Down

0 comments on commit e9970c8

Please sign in to comment.