Skip to content

Commit 4f4d5e6

Browse files
committed
[^] Обновил либы в проекте и грэйдл
1 parent 269671f commit 4f4d5e6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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 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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
66
plugins {
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

1111
tasks.register('clean', Delete) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Sep 29 00:05:39 GMT+06:00 2022
22
distributionBase=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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)