Skip to content

Commit 0270067

Browse files
committed
Revert "compileSdk: 35"
This reverts commit a43ebd3.
1 parent 23398a1 commit 0270067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def calcVersionCode() {
1616

1717
android {
1818
namespace = "io.github.saeeddev94.xray"
19-
compileSdk = 35
19+
compileSdk = 34
2020

2121
defaultConfig {
2222
applicationId = "io.github.saeeddev94.xray"
@@ -98,7 +98,7 @@ project.afterEvaluate {
9898
dependencies {
9999
implementation(fileTree(dir: "libs", include: ["*.aar", "*.jar"]))
100100
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
101-
implementation("androidx.core:core-ktx:1.15.0")
101+
implementation("androidx.core:core-ktx:1.13.1")
102102
implementation("androidx.appcompat:appcompat:1.7.0")
103103
implementation("androidx.room:room-ktx:2.6.1")
104104
implementation("androidx.room:room-runtime:2.6.1")

build-xray.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ apt-get update || apt-get update
88
apt-get dist-upgrade -y
99

1010
# Tools version
11-
ANDROID_PLATFORM_VERSION="android-35"
12-
ANDROID_SDK_VERSION="35.0.0"
11+
ANDROID_PLATFORM_VERSION="android-34"
12+
ANDROID_SDK_VERSION="34.0.0"
1313
ANDROID_NDK_VERSION="27.1.12297006"
1414
JAVA_VERSION="17"
1515
GRADLE_VERSION="8.9"

0 commit comments

Comments
 (0)