Skip to content

Commit c507ef8

Browse files
committed
Update project structure
1 parent 0fbe2c2 commit c507ef8

32 files changed

+3
-3
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
testCompile 'junit:junit:4.12'
2525
compile 'com.android.support:appcompat-v7:24.2.0'
26-
compile project(':PageFlip-Java')
26+
compile project(':PageFlip')
2727
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':Sample', ':PageFlip-Java'
1+
include ':Sample', ':PageFlip'

0 commit comments

Comments
 (0)