Skip to content

Commit 7345bd7

Browse files
committed
Bump gradle and lib versions.
1 parent 555b491 commit 7345bd7

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

app/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ spdxSbom {
126126
}
127127

128128
dependencies {
129-
def work_version = "2.10.3"
129+
def work_version = "2.11.0"
130130
def room_version = "2.7.1"
131131

132132
testImplementation 'junit:junit:4.13.2'
@@ -145,25 +145,25 @@ dependencies {
145145
implementation 'androidx.preference:preference:1.2.1'
146146
implementation "androidx.room:room-runtime:$room_version"
147147
implementation 'androidx.appcompat:appcompat:1.7.1'
148-
implementation 'com.google.guava:guava:33.4.8-jre'
148+
implementation 'com.google.guava:guava:33.5.0-jre'
149149
implementation 'androidx.concurrent:concurrent-futures:1.3.0'
150-
implementation 'androidx.activity:activity:1.10.1'
150+
implementation 'androidx.activity:activity:1.12.0'
151151
implementation 'androidx.fragment:fragment:1.8.9'
152-
implementation 'com.google.android.material:material:1.12.0'
152+
implementation 'com.google.android.material:material:1.13.0'
153153
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
154-
implementation 'androidx.navigation:navigation-fragment:2.9.3'
155-
implementation 'androidx.navigation:navigation-ui:2.9.3'
154+
implementation 'androidx.navigation:navigation-fragment:2.9.6'
155+
implementation 'androidx.navigation:navigation-ui:2.9.6'
156156
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
157157
implementation 'androidx.preference:preference-ktx:1.2.1'
158158
implementation 'androidx.recyclerview:recyclerview:1.4.0'
159159
implementation 'androidx.recyclerview:recyclerview-selection:1.2.0'
160-
implementation 'com.influxdb:influxdb-client-java:7.3.0'
160+
implementation 'com.influxdb:influxdb-client-java:7.4.0'
161161
implementation 'com.google.android.gms:play-services-location:21.3.0'
162162
implementation 'com.github.anastr:speedviewlib:1.6.1'
163163
implementation "androidx.viewpager2:viewpager2:1.1.0"
164-
implementation "androidx.compose.material3:material3:1.3.2"
165-
implementation "com.hivemq:hivemq-mqtt-client:1.3.8"
166-
implementation "androidx.compose.material3:material3:1.3.2"
164+
implementation "androidx.compose.material3:material3:1.4.0"
165+
implementation "com.hivemq:hivemq-mqtt-client:1.3.10"
166+
implementation "androidx.compose.material3:material3:1.4.0"
167167
implementation "com.squareup.moshi:moshi:1.15.2"
168168
implementation "com.squareup.moshi:moshi-adapters:1.15.2"
169169
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.12.2'
11+
classpath 'com.android.tools.build:gradle:8.13.1'
1212
def nav_version = "2.5.3"
1313
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
1414
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'

0 commit comments

Comments
 (0)