Skip to content

Commit c96b237

Browse files
authored
Merge pull request #5 from plumsoftware/release-v2.0.7
Release 2.0.7
2 parents 0a877be + 61fde2b commit c96b237

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "ru.plumsoftware.notebook"
1111
minSdk 22
1212
targetSdk 34
13-
versionCode 29
14-
versionName "2.0.6"
13+
versionCode 30
14+
versionName "2.0.7"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -40,22 +40,22 @@ dependencies {
4040
//Autogenerate
4141
implementation 'androidx.appcompat:appcompat:1.7.0'
4242
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'
4444
testImplementation 'junit:junit:4.13.2'
4545
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4747

4848
//Yandex ads
49-
implementation 'com.yandex.android:mobileads:7.4.0'
49+
implementation 'com.yandex.android:mobileads:7.6.0'
5050

5151
//Glide
5252
implementation 'com.github.bumptech.glide:glide:4.15.1'
5353

5454
//Messaging
55-
implementation 'com.google.firebase:firebase-messaging:24.0.1'
55+
implementation 'com.google.firebase:firebase-messaging:24.0.3'
5656

5757
//Analytics
58-
implementation 'com.google.firebase:firebase-analytics:22.1.0'
58+
implementation 'com.google.firebase:firebase-analytics:22.1.2'
5959

6060
//Modules
6161
implementation project(':app-domain')

0 commit comments

Comments
 (0)