Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GSWXXN committed Mar 31, 2023
1 parent 65dffcb commit 8676930
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ android {
}

dependencies {
implementation 'com.highcapable.yukihookapi:api:1.1.4'
implementation 'com.highcapable.yukihookapi:api:1.1.8'
implementation 'androidx.core:core:1.9.0'
compileOnly 'de.robv.android.xposed:api:82'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.4'
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3")
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.8'
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
implementation "androidx.preference:preference-ktx:1.2.0"
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}

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 @@
#Fri Oct 07 16:13:42 EDT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 8676930

Please sign in to comment.