File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " ru.plumsoftware.notebook"
11
11
minSdk 22
12
12
targetSdk 34
13
- versionCode 26
14
- versionName " 1.5.6 "
13
+ versionCode 27
14
+ versionName " 2.0.0 "
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
}
@@ -40,14 +40,14 @@ dependencies {
40
40
implementation ' androidx.appcompat:appcompat:1.6.1'
41
41
implementation ' com.google.android.material:material:1.11.0'
42
42
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
43
- implementation ' com.google.firebase:firebase-analytics:21.5.1 '
44
- implementation ' com.google.firebase:firebase-messaging:23.4.1 '
43
+ implementation ' com.google.firebase:firebase-analytics:22.0.0 '
44
+ implementation ' com.google.firebase:firebase-messaging:24.0.0 '
45
45
testImplementation ' junit:junit:4.13.2'
46
46
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
47
47
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
48
48
49
49
// Yandex ads
50
- implementation ' com.yandex.android:mobileads:6.4 .1'
50
+ implementation ' com.yandex.android:mobileads:7.0 .1'
51
51
// implementation 'com.yandex.android:mobmetricalib:6.0.0'
52
52
53
53
// Glide
You can’t perform that action at this time.
0 commit comments