Skip to content

Commit 2e3ba27

Browse files
committed
update dependencies, raise versions
1 parent 510b53f commit 2e3ba27

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

app/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@ android {
124124
}
125125

126126
dependencies {
127-
implementation platform('com.google.firebase:firebase-bom:33.1.1')
127+
implementation platform('com.google.firebase:firebase-bom:33.3.0')
128128
implementation 'com.google.firebase:firebase-storage'
129129
implementation 'com.google.firebase:firebase-auth'
130130
implementation 'com.google.firebase:firebase-crashlytics-ndk'
131131
implementation 'com.google.firebase:firebase-analytics'
132132
implementation 'com.google.firebase:firebase-config'
133133

134-
implementation 'com.google.android.gms:play-services-ads:23.2.0'
134+
implementation 'com.google.android.gms:play-services-ads:23.3.0'
135135
implementation 'com.google.android.play:review:2.0.1'
136-
implementation 'com.google.android.ump:user-messaging-platform:2.2.0'
136+
implementation 'com.google.android.ump:user-messaging-platform:3.0.0'
137137

138138
implementation 'androidx.appcompat:appcompat:1.7.0'
139139
implementation 'androidx.core:core:1.13.1'
@@ -144,14 +144,14 @@ dependencies {
144144
implementation 'com.viliussutkus89:wvware-android:1.2.9'
145145
implementation 'com.github.huzongyao:AndroidMagic:v1.1.2'
146146

147-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
148-
androidTestImplementation 'androidx.test:rules:1.5.0'
149-
androidTestImplementation 'androidx.test:runner:1.5.2'
150-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
151-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1'
147+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
148+
androidTestImplementation 'androidx.test:rules:1.6.1'
149+
androidTestImplementation 'androidx.test:runner:1.6.2'
150+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
151+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.1'
152152
// espresso-idling-resource is used in main sourceSet as well. cannot be just androidTestImplementation
153-
implementation 'androidx.test.espresso:espresso-idling-resource:3.5.1'
154-
implementation 'androidx.annotation:annotation:1.8.0'
153+
implementation 'androidx.test.espresso:espresso-idling-resource:3.6.1'
154+
implementation 'androidx.annotation:annotation:1.8.2'
155155
}
156156

157157
// Without removing .cxx dir on cleanup, double gradle clean is erroring out.

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="184"
6-
android:versionName="3.30"
5+
android:versionCode="185"
6+
android:versionName="3.31"
77
tools:ignore="GoogleAppIndexingWarning">
88

99
<uses-permission android:name="android.permission.INTERNET" />

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'com.android.application' version '8.4.1' apply false
3-
id 'com.google.gms.google-services'version '4.4.1' apply false
4-
id 'com.google.firebase.crashlytics' version '3.0.1' apply false
2+
id 'com.android.application' version '8.5.2' apply false
3+
id 'com.google.gms.google-services'version '4.4.2' apply false
4+
id 'com.google.firebase.crashlytics' version '3.0.2' apply false
55
id 'app.opendocument.conanandroidgradleplugin' version "0.9.2" apply false
66
}

0 commit comments

Comments
 (0)