Skip to content

Commit

Permalink
sdk 35
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed Jan 16, 2025
1 parent 0b08f66 commit 6fad9a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 = 34
compileSdk = 35

defaultConfig {
applicationId = "io.github.saeeddev94.xray"
Expand Down Expand Up @@ -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")
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-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"
Expand Down

0 comments on commit 6fad9a9

Please sign in to comment.