File tree Expand file tree Collapse file tree 8 files changed +9
-11
lines changed
analytics/WordPressAnalytics
networking/WordPressNetworking Expand file tree Collapse file tree 8 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515 }
1616
1717 dependencies {
18- classpath ' com.android.tools.build:gradle:4.0.1 '
18+ classpath ' com.android.tools.build:gradle:4.0.2 '
1919 // classpath 'com.automattic.android:fetchstyle:1.1'
2020 classpath " org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion "
2121 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 jcenter()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:4.0.1 '
7+ classpath ' com.android.tools.build:gradle:4.0.2 '
88 classpath ' com.novoda:bintray-release:0.8.1'
99 }
1010}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:4.0.1 '
12+ classpath ' com.android.tools.build:gradle:4.0.2 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
1414 }
1515}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath ' com.android.tools.build:gradle:4.0.1 '
8+ classpath ' com.android.tools.build:gradle:4.0.2 '
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 jcenter()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:4.0.1 '
7+ classpath ' com.android.tools.build:gradle:4.0.2 '
88 }
99}
1010
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 jcenter()
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:4.0.1 '
13+ classpath ' com.android.tools.build:gradle:4.0.2 '
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1515 }
1616}
Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ buildscript {
44 repositories {
55 google()
66 jcenter()
7-
87 }
98 dependencies {
10- classpath ' com.android.tools.build:gradle:3.3 .2'
11-
9+ classpath ' com.android.tools.build:gradle:4.0 .2'
10+
1211 // NOTE: Do not place your application dependencies here; they belong
1312 // in the individual module build.gradle files
1413 }
@@ -18,6 +17,5 @@ allprojects {
1817 repositories {
1918 google()
2019 jcenter()
21-
2220 }
2321}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 jcenter()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:4.0.1 '
7+ classpath ' com.android.tools.build:gradle:4.0.2 '
88 }
99}
1010
You can’t perform that action at this time.
0 commit comments