Skip to content

Commit

Permalink
Remove Legacy* swipeable helper classes
Browse files Browse the repository at this point in the history
  • Loading branch information
h6ah4i committed May 7, 2016
1 parent 5b464e6 commit c5d049c
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 909 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ if (loadSigningConfigFromPropertiesFile(
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':library')
compile 'com.android.support:design:23.2.1'
compile 'com.android.support:design:23.3.0'
}
4 changes: 0 additions & 4 deletions example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@
android:name=".demo_s_viewpager.ViewPagerSwipeableExampleActivity"
android:label="@string/activity_title_demo_s_viewpager"/>

<activity
android:name=".demo_s_legacy.LegacySwipeableExampleActivity"
android:label="@string/activity_title_demo_s_legacy"/>

<activity
android:name=".about.AboutActivity"
android:label="@string/activity_title_about"/>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit c5d049c

Please sign in to comment.