Skip to content

Commit 753b139

Browse files
committed
Updated
New update available
1 parent a66ed98 commit 753b139

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ArcMenuLibrary/src/main/java/com/bvapp/arcmenulibrary/ArcMenu.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
import com.bvapp.arcmenulibrary.widget.FloatingActionButton;
6666
import com.bvapp.arcmenulibrary.widget.ObservableScrollView;
6767

68-
import java.util.ArrayList;
69-
7068
/**
7169
*
7270
*/
@@ -834,7 +832,7 @@ private void addChildToArcLayout(View view, String str, int index, OnClickListen
834832
}
835833
}
836834

837-
public boolean hasChid(){
835+
public boolean hasChild(){
838836
return mArcLayout.getChildCount() > 0 ? true : false;
839837
}
840838

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.3'
8+
classpath 'com.android.tools.build:gradle:2.3.2'
99
// NOTE: Do not place your application dependencies here; they belong
1010
// in the individual module build.gradle files
1111
}
@@ -36,5 +36,6 @@ ext {
3636
supportDependencies = [
3737
design : "com.android.support:design:${supportLibrary}",
3838
appCompat : "com.android.support:appcompat-v7:${supportLibrary}",
39+
recycle : "com.android.support:recyclerview-v7:${supportLibrary}",
3940
]
4041
}

0 commit comments

Comments
 (0)