Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent af4c60d commit de7ebaf
Show file tree
Hide file tree
Showing 83 changed files with 3,000 additions and 1,932 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it,
# but specifies master branch (old default).
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master
Expand Down
20 changes: 10 additions & 10 deletions DynamicCodeLoadingKotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ dependencies {
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"

api 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core-ktx:1.0.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
api 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'

implementation "com.google.android.play:core:1.4.1"
implementation "com.google.android.play:core:1.10.3"

daggerApi 'com.google.dagger:dagger:2.16'
api 'com.google.dagger:dagger-android-support:2.16'
daggerApi 'com.google.dagger:dagger:2.53.1'
api 'com.google.dagger:dagger-android-support:2.53.1'

kapt 'com.google.dagger:dagger-compiler:2.16'
kapt 'com.google.dagger:dagger-compiler:2.53.1'

implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha04'
androidTestImplementation 'androidx.test:rules:1.2.0-alpha04'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation 'androidx.test:rules:1.6.1'
}
6 changes: 3 additions & 3 deletions DynamicCodeLoadingKotlin/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.

buildscript {
ext.kotlin_version = '1.4.32'
ext.kotlin_version = '2.1.0'
repositories {
maven {
url "http://storage.googleapis.com/r8-releases/raw/master"
Expand All @@ -11,8 +11,8 @@ buildscript {

}
dependencies {
classpath 'com.android.tools:r8:2.2.64' // Must be before the Gradle Plugin for Android.
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools:r8:8.5.35' // Must be before the Gradle Plugin for Android.
classpath 'com.android.tools.build:gradle:8.7.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
2 changes: 1 addition & 1 deletion DynamicCodeLoadingKotlin/storage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
kapt 'com.google.dagger:dagger-compiler:2.16'
kapt 'com.google.dagger:dagger-compiler:2.53.1'
}
10 changes: 5 additions & 5 deletions DynamicFeatureNavigation/DSL/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ android {
}

dependencies {
api 'androidx.fragment:fragment:1.3.4-ktx'
api 'androidx.constraintlayout:constraintlayout:2.0.4'
api "org.jetbrains.kotlin:kotlin-stdlib:1.5.0"
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.navigation:navigation-dynamic-features-fragment:2.4.0-alpha01'
api 'androidx.fragment:fragment:1.8.5'
api 'androidx.constraintlayout:constraintlayout:2.2.0'
api "org.jetbrains.kotlin:kotlin-stdlib:2.1.0"
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.navigation:navigation-dynamic-features-fragment:2.8.5'
}
4 changes: 2 additions & 2 deletions DynamicFeatureNavigation/DSL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.0-beta02")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0")
classpath("com.android.tools.build:gradle:8.7.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
Binary file modified DynamicFeatureNavigation/DSL/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
#
# Copyright 2020 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

#Fri Apr 17 09:44:55 BST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
Loading

0 comments on commit de7ebaf

Please sign in to comment.