Skip to content

Commit bdc7d5f

Browse files
authored
Merge pull request #9
* Мелкие изменения
1 parent 245ee7f commit bdc7d5f

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

app/build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
compileSdk 35
7+
compileSdk 36
88

99
def localProperties = new Properties()
1010
def localPropertiesFile = rootProject.file("local.properties")
@@ -19,10 +19,10 @@ android {
1919

2020
defaultConfig {
2121
applicationId "ru.plumsoftware.notebook"
22-
minSdk 22
23-
targetSdk 35
24-
versionCode 33
25-
versionName "2.0.10"
22+
minSdk 23
23+
targetSdk 36
24+
versionCode 34
25+
versionName "2.0.11"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828

@@ -53,24 +53,24 @@ android {
5353
dependencies {
5454

5555
//Autogenerate
56-
implementation 'androidx.appcompat:appcompat:1.7.0'
57-
implementation 'com.google.android.material:material:1.12.0'
56+
implementation 'androidx.appcompat:appcompat:1.7.1'
57+
implementation 'com.google.android.material:material:1.13.0'
5858
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
5959
testImplementation 'junit:junit:4.13.2'
60-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
61-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
60+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
61+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
6262

6363
//Yandex ads
64-
implementation 'com.yandex.android:mobileads:7.11.0'
64+
implementation 'com.yandex.android:mobileads:7.18.0'
6565

6666
//Glide
67-
implementation 'com.github.bumptech.glide:glide:4.15.1'
67+
implementation 'com.github.bumptech.glide:glide:5.0.5'
6868

6969
//Messaging
70-
implementation 'com.google.firebase:firebase-messaging:24.1.0'
70+
implementation 'com.google.firebase:firebase-messaging:25.0.1'
7171

7272
//Analytics
73-
implementation 'com.google.firebase:firebase-analytics:22.3.0'
73+
implementation 'com.google.firebase:firebase-analytics:23.0.0'
7474

7575
//Modules
7676
implementation project(':app-domain')

app/release/app-release.apk

2.66 MB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 25,
15-
"versionName": "1.5.5",
14+
"versionCode": 34,
15+
"versionName": "2.0.11",
1616
"outputFile": "app-release.apk"
1717
}
1818
],
@@ -33,5 +33,5 @@
3333
]
3434
}
3535
],
36-
"minSdkVersionForDexing": 22
36+
"minSdkVersionForDexing": 23
3737
}

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.7.3' apply false
8-
id 'com.android.library' version '8.7.3' apply false
7+
id 'com.android.application' version '8.13.0' apply false
8+
id 'com.android.library' version '8.13.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.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)