Skip to content

Commit 279f2ee

Browse files
committed
fix appcompat dependency
1 parent d3985f0 commit 279f2ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

editor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
compile 'com.android.support:appcompat-v7:21.0.3'
39+
compile 'com.android.support:appcompat-v7:21.0.+'
4040
}
4141

4242
signing {

example/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ android {
2929
}
3030

3131
dependencies {
32-
compile 'com.android.support:appcompat-v7:21.0.3'
3332
compile project(":editor");
3433
}

0 commit comments

Comments
 (0)