Skip to content

Commit

Permalink
最低支持api8
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjunkun committed Jan 18, 2016
1 parent 6deeea6 commit f74e2ef
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0.0"
versionName "1.0"
}
buildTypes {
release {
Expand Down
Binary file modified app/build/outputs/apk/app-debug.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import android.widget.BaseAdapter;
import android.widget.TextView;

import com.yyy.djk.multipledropdownmenu.R;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import android.widget.BaseAdapter;
import android.widget.TextView;

import com.yyy.djk.multipledropdownmenu.R;

import java.util.List;

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


import com.yyy.djk.multipledropdownmenu.R;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import android.widget.ListView;
import android.widget.TextView;

import com.yyy.djk.multipledropdownmenu.R;
import com.yyydjk.library.DropDownMenu;

import java.util.ArrayList;
Expand Down

0 comments on commit f74e2ef

Please sign in to comment.