Skip to content

Commit 24c7065

Browse files
committed
Rename the modules
1 parent b899083 commit 24c7065

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2
-49
lines changed

ToggleButtonSample/.classpath

-9
This file was deleted.

ToggleButtonSample/.project

-33
This file was deleted.

ToggleButtonSample/.settings/org.eclipse.jdt.core.prefs

-4
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ToggleButtonSample/build.gradle renamed to sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
dependencies {
4-
compile project(':togglebutton-library')
4+
compile project(':library')
55
}
66

77
android {
File renamed without changes.
File renamed without changes.
File renamed without changes.

settings.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
include 'togglebutton-library'
2-
include 'ToggleButtonSample'
1+
include 'library', 'sample'

0 commit comments

Comments
 (0)