Skip to content

Commit 83ff559

Browse files
committed
fix appcompat and support-v4 dependencies
1 parent 714eeb1 commit 83ff559

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

editor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
}
3737

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

4343
signing {

example/src/main/java/org/wordpress/example/ExampleActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import android.widget.Button;
99

1010
import org.wordpress.android.editor.EditorActivity;
11-
import org.wordpress.android.editor.example.R;
1211

1312
public class ExampleActivity extends ActionBarActivity {
1413
@Override

0 commit comments

Comments
 (0)