Skip to content

Commit 97f5ca6

Browse files
committed
Апнул версию сборки и версию РСЯ
1 parent c5d4e8d commit 97f5ca6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 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 26
14-
versionName "1.5.6"
13+
versionCode 27
14+
versionName "2.0.0"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -40,14 +40,14 @@ dependencies {
4040
implementation 'androidx.appcompat:appcompat:1.6.1'
4141
implementation 'com.google.android.material:material:1.11.0'
4242
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'
4545
testImplementation 'junit:junit:4.13.2'
4646
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4747
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4848

4949
//Yandex ads
50-
implementation 'com.yandex.android:mobileads:6.4.1'
50+
implementation 'com.yandex.android:mobileads:7.0.1'
5151
// implementation 'com.yandex.android:mobmetricalib:6.0.0'
5252

5353
//Glide

0 commit comments

Comments
 (0)