diff --git a/app/build.gradle b/app/build.gradle index ec7be85b..9ae302ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -141,7 +141,7 @@ dependencies { implementation "com.squareup.retrofit2:converter-gson:2.11.0" implementation "com.squareup.okhttp3:okhttp:$okhttp_version" - implementation "androidx.webkit:webkit:1.11.0" + implementation "androidx.webkit:webkit:1.12.0" implementation project(path: ':LinkPreview') implementation project(path: ':Celestia') @@ -157,14 +157,14 @@ dependencies { kapt "com.google.dagger:hilt-compiler:$hilt_version" implementation "androidx.hilt:hilt-navigation-compose:1.2.0" - def composeBom = platform('androidx.compose:compose-bom:2024.09.00') + def composeBom = platform('androidx.compose:compose-bom:2024.09.02') implementation composeBom androidTestImplementation composeBom implementation "androidx.compose.ui:ui" implementation "androidx.compose.material3:material3-android" - playImplementation "com.android.billingclient:billing-ktx:7.0.0" + playImplementation "com.android.billingclient:billing-ktx:7.1.0" testImplementation "junit:junit:4.13.2" androidTestImplementation "androidx.test.ext:junit:1.2.1" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9ffa03d6..7ea8a0dd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,7 +13,7 @@ diff --git a/build.gradle b/build.gradle index 466abd04..2b1c02de 100644 --- a/build.gradle +++ b/build.gradle @@ -16,9 +16,9 @@ buildscript { ext.core_ktx_version = '1.13.1' ext.core_appcompat_version = '1.7.0' ext.material_version = '1.12.0' - ext.kotlinx_coroutines_version = '1.8.1' + ext.kotlinx_coroutines_version = '1.9.0' ext.hilt_version = '2.52' - ext.lifecycle_version = '2.8.5' + ext.lifecycle_version = '2.8.6' ext.okhttp_version = '4.12.0' ext.gson_version = '2.11.0' @@ -28,7 +28,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.6.0' + classpath 'com.android.tools.build:gradle:8.6.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" } diff --git a/jobs/build.yml b/jobs/build.yml index 24ce0fd6..614fe216 100644 --- a/jobs/build.yml +++ b/jobs/build.yml @@ -66,7 +66,7 @@ jobs: feedsToUse: 'internal' vstsFeed: '9f9dcde1-dcba-4537-8214-71c8a03b99a0/14bb1031-e6b2-40ac-b287-73e7fcb5900e' vstsFeedPackage: '8024e780-0af6-4980-8246-df6550e8d1b6' - vstsPackageVersion: '0.0.15' + vstsPackageVersion: '0.0.16' displayName: 'Download Dependencies' - script: |