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

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuhDoy committed Feb 10, 2024
1 parent b55417d commit db567ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ android {

dependencies {
compileOnly 'de.robv.android.xposed:api:82'
api 'androidx.annotation:annotation:1.7.0'
def roomVersion = '2.6.0'
api 'androidx.annotation:annotation:1.7.1'
def roomVersion = '2.6.1'
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
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-rc8'
implementation 'org.luckypray:dexkit:2.0.0'
// 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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Aug 24 21:31:51 CST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
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.1.4'
id 'com.android.library' version '8.1.4'
id 'com.android.application' version '8.2.2'
id 'com.android.library' version '8.2.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 db567ef

Please sign in to comment.