Skip to content

Commit 3f8b43e

Browse files
dpebotthatfiredev
andauthored
Auto-update dependencies. (#1398)
* Auto-update dependencies. * chore(*): update gradle-wrapper.properties to use gradle 7.3.3 * chore(analytics): override viewmodel-ktx version * chore(analytics): enable multidex Co-authored-by: rosariopf <[email protected]>
1 parent bd8fcc2 commit 3f8b43e

File tree

22 files changed

+26
-21
lines changed

22 files changed

+26
-21
lines changed

admob/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
dependencies {
4242
implementation project(":internal:lintchecks")
4343
implementation project(":internal:chooserx")
44-
implementation 'androidx.appcompat:appcompat:1.4.2'
44+
implementation 'androidx.appcompat:appcompat:1.5.0'
4545
implementation 'com.google.android.material:material:1.6.1'
4646
implementation 'androidx.browser:browser:1.0.0'
4747
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
@@ -56,7 +56,7 @@ dependencies {
5656
// for Google Analytics. This is recommended, but not required.
5757
implementation 'com.google.firebase:firebase-analytics'
5858

59-
debugImplementation "androidx.fragment:fragment-testing:1.5.1"
59+
debugImplementation "androidx.fragment:fragment-testing:1.5.2"
6060
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
6161
androidTestImplementation 'androidx.test:rules:1.4.0'
6262
androidTestImplementation 'androidx.test:runner:1.4.0'

admob/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ org.gradle.jvmargs=-Xmx1536m
1515
# This option should only be used with decoupled projects. More details, visit
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
18+
android.useAndroidX=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

analytics/app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ android {
1616
versionCode 1
1717
versionName "1.0"
1818
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
19+
multiDexEnabled true
1920
}
2021

2122
buildTypes {
@@ -35,8 +36,10 @@ dependencies {
3536
implementation project(":internal:chooserx")
3637

3738
implementation 'com.google.android.material:material:1.6.1'
38-
implementation 'androidx.appcompat:appcompat:1.4.2'
39+
implementation 'androidx.appcompat:appcompat:1.5.0'
3940
implementation "androidx.preference:preference-ktx:1.2.0"
41+
// Needed to override the version used by preference-ktx
42+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
4043

4144
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
4245
implementation platform('com.google.firebase:firebase-bom:30.3.2')

analytics/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ org.gradle.jvmargs=-Xmx1536m
1515
# This option should only be used with decoupled projects. More details, visit
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
18+
android.useAndroidX=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Mar 17 22:56:11 EDT 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)