Skip to content

Commit 85ff266

Browse files
committed
Fix Gradle build files
1 parent 6f1a46f commit 85ff266

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

build.gradle

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ buildscript {
55
google()
66
jcenter()
77
}
8+
dependencies {
9+
classpath "com.android.tools.build:gradle:4.0.1"
10+
11+
// NOTE: Do not place your application dependencies here; they belong
12+
// in the individual module build.gradle files
13+
}
14+
}
15+
16+
allprojects {
17+
repositories {
18+
google()
19+
jcenter()
20+
}
821
}
922

1023
android {

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
android.useAndroidX=true
2+
android.enableJetifier=true

0 commit comments

Comments
 (0)