From 6fad9a963b142dc0f825bf5df24b33c0371699c3 Mon Sep 17 00:00:00 2001 From: SaeedDev94 Date: Thu, 16 Jan 2025 13:08:52 -0700 Subject: [PATCH] sdk 35 --- app/build.gradle | 6 +++--- build-xray.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a0468e7..6ae6650 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ def calcVersionCode() { android { namespace = "io.github.saeeddev94.xray" - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "io.github.saeeddev94.xray" @@ -98,8 +98,8 @@ project.afterEvaluate { dependencies { implementation(fileTree(dir: "libs", include: ["*.aar", "*.jar"])) implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21")) - implementation("androidx.activity:activity-ktx:1.9.3") - implementation("androidx.core:core-ktx:1.13.1") + implementation("androidx.activity:activity-ktx:1.10.0") + implementation("androidx.core:core-ktx:1.15.0") implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7") implementation("androidx.room:room-ktx:2.6.1") diff --git a/build-xray.sh b/build-xray.sh index 78a44c5..5f923c8 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-34" -ANDROID_SDK_VERSION="34.0.0" +ANDROID_PLATFORM_VERSION="android-35" +ANDROID_SDK_VERSION="35.0.0" ANDROID_NDK_VERSION="27.1.12297006" JAVA_VERSION="17" GRADLE_VERSION="8.10.2"