File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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 29
14
- versionName " 2.0.6 "
13
+ versionCode 30
14
+ versionName " 2.0.7 "
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
}
@@ -40,22 +40,22 @@ dependencies {
40
40
// Autogenerate
41
41
implementation ' androidx.appcompat:appcompat:1.7.0'
42
42
implementation ' com.google.android.material:material:1.12.0'
43
- implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
43
+ implementation ' androidx.constraintlayout:constraintlayout:2.2.0 '
44
44
testImplementation ' junit:junit:4.13.2'
45
45
androidTestImplementation ' androidx.test.ext:junit:1.2.1'
46
46
androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
47
47
48
48
// Yandex ads
49
- implementation ' com.yandex.android:mobileads:7.4 .0'
49
+ implementation ' com.yandex.android:mobileads:7.6 .0'
50
50
51
51
// Glide
52
52
implementation ' com.github.bumptech.glide:glide:4.15.1'
53
53
54
54
// Messaging
55
- implementation ' com.google.firebase:firebase-messaging:24.0.1 '
55
+ implementation ' com.google.firebase:firebase-messaging:24.0.3 '
56
56
57
57
// Analytics
58
- implementation ' com.google.firebase:firebase-analytics:22.1.0 '
58
+ implementation ' com.google.firebase:firebase-analytics:22.1.2 '
59
59
60
60
// Modules
61
61
implementation project(' :app-domain' )
You can’t perform that action at this time.
0 commit comments