diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e92e9dd..281f69f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,12 +17,12 @@ val keystorePropertiesFile: File = File(rootProject.rootDir, "keystore.propertie android { namespace = "com.mrikso.anitube.app" - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.mrikso.anitube.app" minSdk = 26 - targetSdk = 34 + targetSdk = 35 versionCode = 5 versionName = "1.0.4" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3a9785f..c8c32c6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -android-gradle-plugin = "8.4.1" -commonsText = "1.12.0" +android-gradle-plugin = "8.4.2" +commonsText = "1.13.0" kotlin = "2.0.0" -ksp = "2.0.0-1.0.21" +ksp = "2.0.0-1.0.24" appcompat = "1.7.0" circleimageview = "3.1.0" glide = "4.16.0" @@ -10,15 +10,15 @@ coreSplashscreen = "1.0.1" gson = "2.11.0" hiltAndroid = "2.51.1" jsoup = "1.17.2" -lifecycleViewmodel = "2.8.4" +lifecycleViewmodel = "2.8.7" loggingInterceptor = "4.12.0" m3u8Parser = "0.28" material = "1.12.0" -constraintlayout = "2.1.4" +constraintlayout = "2.2.0" newpipeextractor = "v0.24.0" nextlib = "v0.8.2" -paging = "3.3.1" -media3Exoplayer = "1.4.1" +paging = "3.3.5" +media3Exoplayer = "1.5.1" preferenceKtx = "1.2.1" recyclerview = "1.3.2" retrofit = "2.11.0" @@ -27,11 +27,11 @@ rxjava = "3.1.8" rxandroid = "3.0.2" rxjava3RetrofitAdapter = "3.0.0" swiperefreshlayout = "1.1.0" -navigation = "2.7.7" +navigation = "2.8.5" tagsoup = "1.2.1" subsamplingScaleImageViewAndroidx = "3.10.0" utilcodex = "1.31.1" -annotationJvm = "1.8.1" +annotationJvm = "1.9.1" [libraries] androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }