build: update dependencies

This commit is contained in:
rhunk
2023-05-28 09:15:25 +02:00
parent 2aac63ef7a
commit 43fce4e665
2 changed files with 4 additions and 4 deletions

View File

@@ -137,8 +137,8 @@ afterEvaluate {
} }
dependencies { dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.8.10' implementation 'org.jetbrains.kotlin:kotlin-reflect:1.8.21'
compileOnly files('libs/LSPosed-api-1.0-SNAPSHOT.jar') compileOnly files('libs/LSPosed-api-1.0-SNAPSHOT.jar')
implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.code.gson:gson:2.10.1'

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.0.1' apply false id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.1' apply false id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
} }