chore: Upgrade dependencies (#1693)

This commit is contained in:
Benjamin
2024-02-18 14:31:24 -08:00
committed by GitHub
parent f2e7071f6d
commit 8a4161753e
8 changed files with 157 additions and 126 deletions

View File

@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}
android {
compileSdk 34
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileOptions {
@@ -113,7 +113,7 @@ flutter {
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
// ReVanced
implementation "app.revanced:revanced-patcher:19.1.0"