Skip to content

Commit

Permalink
fixed naming for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed May 15, 2019
1 parent af5b9d6 commit 597f95a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.pdfview_sample.pdfview"
applicationId "com.pdfview_sample.sample"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
rootProject.name = 'pdfview-root'

include ':sample', ':pdfview-android'

0 comments on commit 597f95a

Please sign in to comment.