Skip to content

Commit

Permalink
compileSdk: back to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed Oct 31, 2024
1 parent d3d2f74 commit d960ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def calcVersionCode() {

android {
namespace = "io.github.saeeddev94.xray"
compileSdk = 35
compileSdk = 34

defaultConfig {
applicationId = "io.github.saeeddev94.xray"
Expand Down Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions build-xray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d960ede

Please sign in to comment.