We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1a46f commit 85ff266Copy full SHA for 85ff266
build.gradle
@@ -5,6 +5,19 @@ buildscript {
5
google()
6
jcenter()
7
}
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
21
22
23
android {
gradle.properties
@@ -0,0 +1,2 @@
1
+android.useAndroidX=true
2
+android.enableJetifier=true
0 commit comments