1- apply plugin : ' com.android.application'
2- apply plugin : ' com.google.gms.google-services'
3- apply plugin : ' com.google.firebase.crashlytics'
1+ plugins {
2+ id ' com.android.application'
3+ id ' com.google.gms.google-services'
4+ id ' com.google.firebase.crashlytics'
5+ }
46
57android {
6- compileSdkVersion 33
8+ compileSdkVersion 34
79 ndkVersion " 26.1.10909125"
810
911 defaultConfig {
1012 applicationId " at.tomtasche.reader"
11- minSdkVersion 21
13+ minSdkVersion 23
1214 targetSdkVersion 33
1315
1416 testApplicationId " at.tomtasche.reader.test"
@@ -97,23 +99,21 @@ android {
9799}
98100
99101dependencies {
100- implementation platform(' org.jetbrains.kotlin:kotlin-bom:1.8.10' )
101-
102- implementation platform(' com.google.firebase:firebase-bom:32.2.0' )
102+ implementation platform(' com.google.firebase:firebase-bom:33.0.0' )
103103 implementation ' com.google.firebase:firebase-storage'
104104 implementation ' com.google.firebase:firebase-auth'
105105 implementation ' com.google.firebase:firebase-crashlytics-ndk'
106106 implementation ' com.google.firebase:firebase-analytics'
107107 implementation ' com.google.firebase:firebase-config'
108108
109- implementation ' com.google.android.gms:play-services-ads:22.6 .0'
109+ implementation ' com.google.android.gms:play-services-ads:23.1 .0'
110110 implementation ' com.google.android.play:core:1.10.3'
111- implementation ' com.google.android.ump:user-messaging-platform:2.1 .0'
111+ implementation ' com.google.android.ump:user-messaging-platform:2.2 .0'
112112
113113 implementation ' androidx.appcompat:appcompat:1.6.1'
114- implementation ' androidx.core:core:1.10 .1'
115- implementation ' com.google.android.material:material:1.9 .0'
116- implementation ' androidx.webkit:webkit:1.7 .0'
114+ implementation ' androidx.core:core:1.13 .1'
115+ implementation ' com.google.android.material:material:1.12 .0'
116+ implementation ' androidx.webkit:webkit:1.11 .0'
117117
118118 implementation ' com.viliussutkus89:pdf2htmlex-android:0.18.23'
119119 implementation ' com.viliussutkus89:wvware-android:1.2.9'
@@ -126,5 +126,5 @@ dependencies {
126126 androidTestImplementation ' androidx.test.espresso:espresso-intents:3.5.1'
127127 // espresso-idling-resource is used in main sourceSet as well. cannot be just androidTestImplementation
128128 implementation ' androidx.test.espresso:espresso-idling-resource:3.5.1'
129- implementation ' androidx.annotation:annotation:1.7.1 '
129+ implementation ' androidx.annotation:annotation:1.8.0 '
130130}
0 commit comments