diff --git a/app/build.gradle b/app/build.gradle index c7717e5..dac28ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ plugins { } android { - compileSdk 35 + compileSdk 36 def localProperties = new Properties() def localPropertiesFile = rootProject.file("local.properties") @@ -19,10 +19,10 @@ android { defaultConfig { applicationId "ru.plumsoftware.notebook" - minSdk 22 - targetSdk 35 - versionCode 33 - versionName "2.0.10" + minSdk 23 + targetSdk 36 + versionCode 34 + versionName "2.0.11" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -53,24 +53,24 @@ android { dependencies { //Autogenerate - implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.material:material:1.12.0' + implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' //Yandex ads - implementation 'com.yandex.android:mobileads:7.11.0' + implementation 'com.yandex.android:mobileads:7.18.0' //Glide - implementation 'com.github.bumptech.glide:glide:4.15.1' + implementation 'com.github.bumptech.glide:glide:5.0.5' //Messaging - implementation 'com.google.firebase:firebase-messaging:24.1.0' + implementation 'com.google.firebase:firebase-messaging:25.0.1' //Analytics - implementation 'com.google.firebase:firebase-analytics:22.3.0' + implementation 'com.google.firebase:firebase-analytics:23.0.0' //Modules implementation project(':app-domain') diff --git a/app/release/app-release.apk b/app/release/app-release.apk index eb76b18..1cba209 100644 Binary files a/app/release/app-release.apk and b/app/release/app-release.apk differ diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 023ef05..42aec19 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 25, - "versionName": "1.5.5", + "versionCode": 34, + "versionName": "2.0.11", "outputFile": "app-release.apk" } ], @@ -33,5 +33,5 @@ ] } ], - "minSdkVersionForDexing": 22 + "minSdkVersionForDexing": 23 } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 56f7edf..d31ef2f 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ buildscript { } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.7.3' apply false - id 'com.android.library' version '8.7.3' apply false + id 'com.android.application' version '8.13.0' apply false + id 'com.android.library' version '8.13.0' apply false } tasks.register('clean', Delete) { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index da06ae1..aebb7c6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu Sep 29 00:05:39 GMT+06:00 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME