Skip to content

Commit e7d3f97

Browse files
committed
Updates to build.gradle.
1 parent 9778cf2 commit e7d3f97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:3.5.0'
24+
classpath 'com.android.tools.build:gradle:3.5.2'
2525
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
2626
}
2727
}
@@ -78,4 +78,6 @@ protobuf {
7878

7979
dependencies {
8080
implementation 'com.google.protobuf:protobuf-lite:3.0.1'
81+
implementation 'androidx.appcompat:appcompat:1.0.0'
82+
api 'androidx.core:core:1.0.1'
8183
}

0 commit comments

Comments
 (0)