diff --git a/app/build.gradle b/app/build.gradle index 7aa4df50..07ae954a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ android { } } - compileSdk 34 + compileSdk 35 defaultConfig { applicationId "de.fraunhofer.fokus.OpenMobileNetworkToolkit" @@ -109,7 +109,7 @@ spdxSbom { configurations = ['releaseRuntimeClasspath'] scm { uri.set("https://github.com/omnt/OpenMobileNetworkToolkit") - revision.set("0.3") + revision.set("0.5") } document { name.set("OpenMobileNetworkToolkit") @@ -123,7 +123,7 @@ spdxSbom { dependencies { implementation 'androidx.preference:preference:1.2.1' - implementation 'androidx.work:work-runtime:2.9.1' + implementation 'androidx.work:work-runtime:2.10.0' def room_version = "2.6.1" implementation "androidx.room:room-runtime:$room_version" @@ -132,12 +132,12 @@ dependencies { implementation 'com.google.guava:guava:33.2.1-jre' implementation 'androidx.concurrent:concurrent-futures:1.2.0' implementation 'androidx.activity:activity:1.9.3' - implementation 'androidx.fragment:fragment:1.8.4' + implementation 'androidx.fragment:fragment:1.8.5' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.navigation:navigation-fragment:2.8.3' - implementation 'androidx.navigation:navigation-ui:2.8.3' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.navigation:navigation-fragment:2.8.5' + implementation 'androidx.navigation:navigation-ui:2.8.5' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' @@ -149,7 +149,7 @@ dependencies { implementation 'com.google.android.gms:play-services-location:21.3.0' implementation 'com.github.anastr:speedviewlib:1.6.1' implementation "androidx.viewpager2:viewpager2:1.1.0" - implementation "androidx.compose.material3:material3:1.3.0" + implementation "androidx.compose.material3:material3:1.3.1" } configurations.implementation {