File tree 15 files changed +21
-13
lines changed
15 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
}
13
13
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
google()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
8
+ classpath ' com.android.tools.build:gradle:2.3.3 '
9
9
classpath ' com.google.gms:google-services:3.1.0'
10
10
}
11
11
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ android {
23
23
}
24
24
}
25
25
26
+ flavorDimensions " all"
27
+
26
28
productFlavors {
27
29
main {
30
+ dimension " all"
31
+
28
32
// TODO(developer): Replace this with your app code
29
33
// See: https://firebase.google.com/docs/dynamic-links/android/create#set-up-firebase-and-the-dynamic-links-sdk
30
34
resValue " string" , " app_code" , " YOUR_APP_CODE"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ android {
23
23
}
24
24
}
25
25
26
+ flavorDimensions " all"
27
+
26
28
productFlavors {
27
29
main {
30
+ dimension " all"
31
+
28
32
// TODO(developer): Replace this with your app code
29
33
// See: https://firebase.google.com/docs/dynamic-links/android/create#set-up-firebase-and-the-dynamic-links-sdk
30
34
resValue " string" , " app_code" , " YOUR_APP_CODE"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
9
+ classpath ' com.android.tools.build:gradle:2.3.3 '
10
10
classpath(' com.google.firebase:firebase-plugins:1.1.0' ) {
11
11
// TODO This shouldn't be necessary with the next update
12
12
exclude group : ' com.google.guava' , module : ' guava-jdk5'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-alpha4 '
10
+ classpath ' com.android.tools.build:gradle:2.3.3 '
11
11
classpath ' com.google.gms:google-services:3.1.0'
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments