Update dependencies

This commit is contained in:
topjohnwu
2023-04-13 14:18:54 -07:00
parent d6b19b9d4c
commit 468f3efb13
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ gradlePlugin {
dependencies {
implementation(kotlin("gradle-plugin", "1.8.10"))
implementation("com.android.tools.build:gradle:8.1.0-alpha11")
implementation("com.android.tools.build:gradle:8.0.0")
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
implementation("org.lsposed.lsparanoid:gradle-plugin:0.5.2")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r")

View File

@@ -70,7 +70,7 @@ private val Project.androidComponents
fun Project.setupCommon() {
androidBase {
compileSdkVersion(33)
buildToolsVersion = "33.0.1"
buildToolsVersion = "33.0.2"
ndkPath = "$sdkDirectory/ndk/magisk"
defaultConfig {