File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def calcVersionCode() {
16
16
17
17
android {
18
18
namespace = " io.github.saeeddev94.xray"
19
- compileSdk = 35
19
+ compileSdk = 34
20
20
21
21
defaultConfig {
22
22
applicationId = " io.github.saeeddev94.xray"
@@ -98,7 +98,7 @@ project.afterEvaluate {
98
98
dependencies {
99
99
implementation(fileTree(dir : " libs" , include : [" *.aar" , " *.jar" ]))
100
100
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 " )
102
102
implementation(" androidx.appcompat:appcompat:1.7.0" )
103
103
implementation(" androidx.room:room-ktx:2.6.1" )
104
104
implementation(" androidx.room:room-runtime:2.6.1" )
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ apt-get update || apt-get update
8
8
apt-get dist-upgrade -y
9
9
10
10
# 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"
13
13
ANDROID_NDK_VERSION=" 27.1.12297006"
14
14
JAVA_VERSION=" 17"
15
15
GRADLE_VERSION=" 8.9"
You can’t perform that action at this time.
0 commit comments