File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.0.1 '
11
+ classpath ' com.android.tools.build:gradle:3.1.3 '
12
12
classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.3'
13
13
}
14
14
}
@@ -39,7 +39,7 @@ android {
39
39
dependencies {
40
40
// Required for local unit tests (JUnit 4 framework)
41
41
testImplementation ' junit:junit:4.12'
42
- implementation ' com.android.support:support-v4 :27.1.0 '
42
+ implementation ' com.android.support:support-compat :27.1.1 '
43
43
// compile files('/home/paul/flutter/bin/cache/artifacts/engine/android-arm/flutter.jar')
44
44
}
45
45
sourceSets {
@@ -55,7 +55,7 @@ protobuf {
55
55
// Configure the protoc executable
56
56
protoc {
57
57
// Download from repositories
58
- artifact = ' com.google.protobuf:protoc:3.0.0 '
58
+ artifact = ' com.google.protobuf:protoc:3.6.1 '
59
59
}
60
60
plugins {
61
61
javalite {
@@ -73,6 +73,5 @@ protobuf {
73
73
}
74
74
75
75
dependencies {
76
- implementation ' com.google.protobuf:protobuf-lite:3.0.0'
77
- implementation group : ' com.google.guava' , name : ' guava' , version : ' 22.0-android'
76
+ implementation ' com.google.protobuf:protobuf-lite:3.0.1'
78
77
}
You can’t perform that action at this time.
0 commit comments