We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3985f0 commit 279f2eeCopy full SHA for 279f2ee
editor/build.gradle
@@ -36,7 +36,7 @@ android {
36
}
37
38
dependencies {
39
- compile 'com.android.support:appcompat-v7:21.0.3'
+ compile 'com.android.support:appcompat-v7:21.0.+'
40
41
42
signing {
example/build.gradle
@@ -29,6 +29,5 @@ android {
29
30
31
32
33
compile project(":editor");
34
0 commit comments