[go: nahoru, domu]

Skip to content

Commit

Permalink
fix appcompat and support-v4 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 4, 2015
1 parent 714eeb1 commit 83ff559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.+'
compile 'com.android.support:support-v4:21.0.+'
}

signing {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import android.widget.Button;

import org.wordpress.android.editor.EditorActivity;
import org.wordpress.android.editor.example.R;

public class ExampleActivity extends ActionBarActivity {
@Override
Expand Down

0 comments on commit 83ff559

Please sign in to comment.