@@ -23,12 +23,12 @@ task ensureFiles {
2323}
2424
2525android {
26- compileSdk 34
26+ compileSdk 35
2727
2828 defaultConfig {
2929 applicationId " tw.firemaples.onscreenocr"
3030 minSdkVersion 21
31- targetSdkVersion 34
31+ targetSdkVersion 35
3232 versionCode 124
3333 versionName " 4.0.6"
3434
@@ -111,7 +111,7 @@ dependencies {
111111
112112 implementation fileTree(include : [' *.jar' , ' *.aar' ], dir : ' libs' )
113113
114- implementation ' androidx.core:core-ktx:1.10.1 '
114+ implementation ' androidx.core:core-ktx:1.16.0 '
115115 implementation ' androidx.appcompat:appcompat:1.7.0'
116116 implementation ' com.google.android.material:material:1.12.0'
117117 implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
@@ -145,10 +145,10 @@ dependencies {
145145 androidTestImplementation " androidx.navigation:navigation-testing:$nav_version "
146146
147147 // required to avoid crash on Android 12 API 31
148- implementation ' androidx.work:work-runtime-ktx:2.8 .1'
148+ implementation ' androidx.work:work-runtime-ktx:2.10 .1'
149149
150150 // Compose
151- def composeBom = platform(' androidx.compose:compose-bom:2024.12.01 ' )
151+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
152152 implementation composeBom
153153 androidTestImplementation composeBom
154154 // Material Design 3
@@ -239,7 +239,7 @@ dependencies {
239239// implementation 'com.mopub.mediation:adcolony:4.5.0.1'
240240
241241 // Admob
242- implementation ' com.google.android.gms:play-services-ads:22 .6.0'
242+ implementation ' com.google.android.gms:play-services-ads:23 .6.0'
243243 // Facebook Ad network
244244 implementation ' com.google.ads.mediation:facebook:6.19.0.0'
245245 // Adcolony Ad network
0 commit comments