Skip to content

Commit 9859edb

Browse files
committedFeb 9, 2022
updated build config
1 parent 21f745c commit 9859edb

File tree

76 files changed

+406
-476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+406
-476
lines changed
 

‎BuilderPattern/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ buildscript {
1818

1919

2020

21-
subprojects {
22-
apply from: '../../dependencies.gradle'
23-
}
24-
2521
task clean(type: Delete) {
2622
delete rootProject.buildDir
2723
}
24+
25+
subprojects {
26+
apply from: '../../dependencies.gradle'
27+
}

‎ChromeCustomTabs/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoCoreVer"
4040

4141
implementation "androidx.appcompat:appcompat:$appCompat"
42-
implementation "com.google.android.material:material:$supportLibVer"
42+
implementation "com.google.android.material:material:$material"
4343

4444
// Chrome Custom Tabs
4545
implementation "androidx.browser:browser:$supportLibVer"

0 commit comments

Comments
 (0)
Please sign in to comment.