@@ -4,7 +4,7 @@ plugins {
44}
55
66android {
7- compileSdk 35
7+ compileSdk 36
88
99 def localProperties = new Properties ()
1010 def localPropertiesFile = rootProject. file(" local.properties" )
@@ -19,10 +19,10 @@ android {
1919
2020 defaultConfig {
2121 applicationId " ru.plumsoftware.notebook"
22- minSdk 22
23- targetSdk 35
24- versionCode 33
25- versionName " 2.0.10 "
22+ minSdk 23
23+ targetSdk 36
24+ versionCode 34
25+ versionName " 2.0.11 "
2626
2727 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2828
@@ -53,24 +53,24 @@ android {
5353dependencies {
5454
5555 // Autogenerate
56- implementation ' androidx.appcompat:appcompat:1.7.0 '
57- implementation ' com.google.android.material:material:1.12 .0'
56+ implementation ' androidx.appcompat:appcompat:1.7.1 '
57+ implementation ' com.google.android.material:material:1.13 .0'
5858 implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
5959 testImplementation ' junit:junit:4.13.2'
60- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
61- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
60+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
61+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
6262
6363 // Yandex ads
64- implementation ' com.yandex.android:mobileads:7.11 .0'
64+ implementation ' com.yandex.android:mobileads:7.18 .0'
6565
6666 // Glide
67- implementation ' com.github.bumptech.glide:glide:4.15.1 '
67+ implementation ' com.github.bumptech.glide:glide:5.0.5 '
6868
6969 // Messaging
70- implementation ' com.google.firebase:firebase-messaging:24.1.0 '
70+ implementation ' com.google.firebase:firebase-messaging:25.0.1 '
7171
7272 // Analytics
73- implementation ' com.google.firebase:firebase-analytics:22.3 .0'
73+ implementation ' com.google.firebase:firebase-analytics:23.0 .0'
7474
7575 // Modules
7676 implementation project(' :app-domain' )
0 commit comments