From 349e58a39d3b6e17f2200b3f91f86f373e044f22 Mon Sep 17 00:00:00 2001 From: "bryan.xiang" Date: Sat, 29 Feb 2020 19:33:43 +0800 Subject: [PATCH] Fix error: extracted-include-protos/withoutQuickstep' does not exist --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1ccaee9..a4831f6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ ANDROID_X_VERSION=1.0.0-beta01 GRADLE_CLASS_PATH=com.android.tools.build:gradle:3.3.0 -PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.6 +PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.8 PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7 BUILD_TOOLS_VERSION=28.0.3