File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " ru.plumsoftware.notebook"
1111 minSdk 22
1212 targetSdk 34
13- versionCode 22
14- versionName " 1.5.2.1 "
13+ versionCode 25
14+ versionName " 1.5.5 "
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.0 '
44- implementation ' com.google.firebase:firebase-messaging:23.4.0 '
43+ implementation ' com.google.firebase:firebase-analytics:21.5.1 '
44+ implementation ' com.google.firebase:firebase-messaging:23.4.1 '
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.3.0 '
50+ implementation ' com.yandex.android:mobileads:6.4.1 '
5151// implementation 'com.yandex.android:mobmetricalib:6.0.0'
5252
5353 // Glide
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ buildscript {
44 }
55}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66plugins {
7- id ' com.android.application' version ' 8.1.4 ' apply false
8- id ' com.android.library' version ' 8.1.4 ' apply false
7+ id ' com.android.application' version ' 8.3.0 ' apply false
8+ id ' com.android.library' version ' 8.3.0 ' apply false
99}
1010
1111tasks. register(' clean' , Delete ) {
Original file line number Diff line number Diff line change 11# Thu Sep 29 00:05:39 GMT+06:00 2022
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments