Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
gradle version downgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
EGE committed Aug 18, 2017
1 parent b12d152 commit 143c264
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.ceryle.segmentedbutton"/>
<manifest package="co.ceryle.segmentedbutton"/>
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
import android.util.AttributeSet;
import android.view.View;

import com.ceryle.segmentedbutton.R;

public class SegmentedButton extends View {

private Context context;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
import android.widget.FrameLayout;
import android.widget.LinearLayout;

import com.ceryle.segmentedbutton.R;

import java.util.ArrayList;

public class SegmentedButtonGroup extends LinearLayout {
Expand Down

0 comments on commit 143c264

Please sign in to comment.