Skip to content

Commit

Permalink
chore: updated agp&libs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIkso committed Dec 28, 2024
1 parent cbcaabe commit 1087266
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[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"
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"
Expand All @@ -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" }
Expand Down

0 comments on commit 1087266

Please sign in to comment.