Skip to content

Commit

Permalink
解决打包冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyanbin committed Jan 10, 2018
1 parent 479b7f7 commit b83f3c4
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 213 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ dependencies {
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.31'
compile project(path: ':calendar')
}
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
<activity android:name=".TableListActivity"/>
<activity android:name=".TanTanActivity"/>
<activity android:name=".PagerModeActivity"/>
<activity android:name=".CalendarMonthActivity"/>
<activity android:name=".CalendarWeekActivity"/>
<activity android:name=".ManyActivity"/>
</application>

Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions app/src/main/java/com/bin/david/smarttable/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ protected void onCreate(Bundle savedInstanceState) {
items.add(new MainItem(ManyActivity.class,"测试150列"));
items.add(new MainItem(TableListActivity.class,"测试手势冲突"));
items.add(new MainItem(TanTanActivity.class,"探探效果"));
items.add(new MainItem(CalendarMonthActivity.class,"RecyclerView日历(月模式)"));
items.add(new MainItem(CalendarWeekActivity.class,"RecyclerView日历(星期模式)"));
itemAdapter = new ItemAdapter(items);
recyclerView.setAdapter(itemAdapter);
itemAdapter.openLoadAnimation();
Expand Down
116 changes: 0 additions & 116 deletions app/src/main/res/layout/activity_calendar.xml

This file was deleted.

9 changes: 0 additions & 9 deletions app/src/main/res/layout/item_month_calendar.xml

This file was deleted.

9 changes: 0 additions & 9 deletions app/src/main/res/layout/item_week_calendar.xml

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':form', ':calendar'
include ':app', ':form'

0 comments on commit b83f3c4

Please sign in to comment.