Skip to content

Commit

Permalink
Try upgrading AGP version in gRPC to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voidzcy committed Sep 17, 2020
1 parent e9021f0 commit b00f04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
@@ -1,7 +1,7 @@
pluginManagement {
plugins {
id "com.android.application" version "3.5.0"
id "com.android.library" version "3.5.0"
id "com.android.application" version "4.0.0"
id "com.android.library" version "4.0.0"
id "com.github.johnrengelman.shadow" version "2.0.4"
id "com.github.kt3k.coveralls" version "2.0.1"
id "com.google.osdetector" version "1.4.0"
Expand Down

0 comments on commit b00f04c

Please sign in to comment.