From 0270067bede40d1f27a6b1964aaa4485806a695c Mon Sep 17 00:00:00 2001 From: SaeedDev94 Date: Sun, 15 Dec 2024 12:04:42 -0700 Subject: [PATCH] Revert "compileSdk: 35" This reverts commit a43ebd34784b00b9137e2bdc68938ea8863fdfd8. --- app/build.gradle | 4 ++-- build-xray.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ca5308b..84765c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ def calcVersionCode() { android { namespace = "io.github.saeeddev94.xray" - compileSdk = 35 + compileSdk = 34 defaultConfig { applicationId = "io.github.saeeddev94.xray" @@ -98,7 +98,7 @@ project.afterEvaluate { dependencies { implementation(fileTree(dir: "libs", include: ["*.aar", "*.jar"])) implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21")) - implementation("androidx.core:core-ktx:1.15.0") + implementation("androidx.core:core-ktx:1.13.1") implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.room:room-ktx:2.6.1") implementation("androidx.room:room-runtime:2.6.1") diff --git a/build-xray.sh b/build-xray.sh index 86a91ff..c9ff193 100755 --- a/build-xray.sh +++ b/build-xray.sh @@ -8,8 +8,8 @@ apt-get update || apt-get update apt-get dist-upgrade -y # Tools version -ANDROID_PLATFORM_VERSION="android-35" -ANDROID_SDK_VERSION="35.0.0" +ANDROID_PLATFORM_VERSION="android-34" +ANDROID_SDK_VERSION="34.0.0" ANDROID_NDK_VERSION="27.1.12297006" JAVA_VERSION="17" GRADLE_VERSION="8.9"