Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/13_room/com.android.appl…
Browse files Browse the repository at this point in the history
…ication-8.8.2
  • Loading branch information
amostyaev authored Feb 27, 2025
2 parents f99b4e1 + a77b19a commit e44253c
Show file tree
Hide file tree
Showing 29 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion 01_firstapp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.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'
Expand Down
4 changes: 2 additions & 2 deletions 01_firstapp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
2 changes: 1 addition & 1 deletion 02_resources/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.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'
Expand Down
4 changes: 2 additions & 2 deletions 02_resources/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
2 changes: 1 addition & 1 deletion 03_constraintlayout/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.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'
Expand Down
4 changes: 2 additions & 2 deletions 03_constraintlayout/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions 05_mvvm/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"

implementation "androidx.core:core-ktx:$core_version"
Expand Down
4 changes: 2 additions & 2 deletions 05_mvvm/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions 06_recyclerview/diffutils/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"

implementation "androidx.core:core-ktx:$core_version"
Expand Down
4 changes: 2 additions & 2 deletions 06_recyclerview/diffutils/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions 06_recyclerview/manual/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"

implementation "androidx.core:core-ktx:$core_version"
Expand Down
4 changes: 2 additions & 2 deletions 06_recyclerview/manual/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions 06_recyclerview/recyclerview/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"

implementation "androidx.core:core-ktx:$core_version"
Expand Down
4 changes: 2 additions & 2 deletions 06_recyclerview/recyclerview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions 07_crud/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"

implementation "androidx.core:core-ktx:$core_version"
Expand Down
4 changes: 2 additions & 2 deletions 07_crud/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions 08_material/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"

implementation "androidx.core:core-ktx:$core_version"
Expand Down
4 changes: 2 additions & 2 deletions 08_material/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions 09_navigation/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"

implementation "androidx.core:core-ktx:$core_version"
Expand Down
4 changes: 2 additions & 2 deletions 09_navigation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
4 changes: 2 additions & 2 deletions 10_storage/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"
def gson_version = "2.12.1"

Expand Down
4 changes: 2 additions & 2 deletions 10_storage/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
6 changes: 3 additions & 3 deletions 11_fragments/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"
def gson_version = "2.12.1"
def nav_version = "2.8.7"
def nav_version = "2.8.8"

implementation "androidx.core:core-ktx:$core_version"
implementation "androidx.appcompat:appcompat:$appcompat_version"
Expand Down
4 changes: 2 additions & 2 deletions 11_fragments/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
6 changes: 3 additions & 3 deletions 12_sql/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"
def gson_version = "2.12.1"
def nav_version = "2.8.7"
def nav_version = "2.8.8"

implementation "androidx.core:core-ktx:$core_version"
implementation "androidx.appcompat:appcompat:$appcompat_version"
Expand Down
4 changes: 2 additions & 2 deletions 12_sql/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
}

Expand Down
2 changes: 1 addition & 1 deletion 13_room/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
id 'org.jetbrains.kotlin.kapt' version '2.1.10' apply false
}
Expand Down
6 changes: 3 additions & 3 deletions 14_pushes/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ dependencies {
def core_version = "1.15.0"
def appcompat_version = "1.7.0"
def mdc_version = "1.12.0"
def constraintlayout_version = "2.2.0"
def constraintlayout_version = "2.2.1"
def recyclerview_version = "1.4.0"
def junit_version = "4.13.2"
def ext_junit_version = "1.2.1"
def espresso_core_version = "3.6.1"
def activity_version = "1.10.0"
def activity_version = "1.10.1"
def lifecycle_version = "2.8.7"
def gson_version = "2.12.1"
def nav_version = "2.8.7"
def nav_version = "2.8.8"
def room_version = "2.6.1"
def firebase_version = "33.9.0"
def play_services_base_version = "18.5.0"
Expand Down
4 changes: 2 additions & 2 deletions 14_pushes/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.8.1' apply false
id 'com.android.library' version '8.8.1' apply false
id 'com.android.application' version '8.8.2' apply false
id 'com.android.library' version '8.8.2' apply false
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
id 'org.jetbrains.kotlin.kapt' version '2.1.10' apply false
id 'com.google.gms.google-services' version '4.4.2' apply false
Expand Down

0 comments on commit e44253c

Please sign in to comment.