Skip to content

Commit

Permalink
bump depencies and compileSDK version (we still use an older targetSDK)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHasse committed Dec 19, 2024
1 parent 0e4ed62 commit 629bec7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}
}

compileSdk 34
compileSdk 35

defaultConfig {
applicationId "de.fraunhofer.fokus.OpenMobileNetworkToolkit"
Expand Down Expand Up @@ -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")
Expand All @@ -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"
Expand All @@ -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'
Expand All @@ -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 {
Expand Down

0 comments on commit 629bec7

Please sign in to comment.