Skip to content

Commit 2dacae0

Browse files
committed
Update version
1 parent eede11d commit 2dacae0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "org.nitri.opentopo"
1717
minSdkVersion 24
1818
targetSdkVersion 35
19-
versionCode 53
20-
versionName "1.23"
19+
versionCode 54
20+
versionName "1.23.1"
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
vectorDrawables.useSupportLibrary = true
2323
}
@@ -94,7 +94,7 @@ dependencies {
9494
implementation fileTree(dir: 'libs', include: ['*.jar'])
9595
//noinspection GradleCompatible
9696
implementation 'androidx.core:core-ktx:1.16.0'
97-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1"
97+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2"
9898
implementation 'androidx.appcompat:appcompat:1.7.1'
9999
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
100100
implementation 'androidx.recyclerview:recyclerview:1.4.0'
@@ -107,7 +107,7 @@ dependencies {
107107
implementation 'com.google.code.gson:gson:2.13.1'
108108
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
109109
implementation 'androidx.room:room-runtime:2.7.2'
110-
implementation 'androidx.test.ext:junit:1.2.1'
110+
implementation 'androidx.test.ext:junit:1.3.0'
111111
annotationProcessor 'androidx.room:room-compiler:2.7.2'
112112
implementation "androidx.room:room-ktx:2.7.2"
113113
kapt "androidx.room:room-compiler:2.7.2"
@@ -124,10 +124,10 @@ dependencies {
124124
exclude group: 'com.android.support', module: 'support-core-utils'
125125
exclude group: 'com.android.support', module: 'exifinterface'
126126
}
127-
playImplementation 'com.google.android.gms:play-services-ads:24.4.0'
127+
playImplementation 'com.google.android.gms:play-services-ads:24.5.0'
128128
playImplementation 'com.google.android.ump:user-messaging-platform:3.2.0'
129129
testImplementation 'junit:junit:4.13.2'
130-
androidTestImplementation 'androidx.test:runner:1.6.2'
130+
androidTestImplementation 'androidx.test:runner:1.7.0'
131131
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
132132
}
133133

0 commit comments

Comments
 (0)