Skip to content

Commit

Permalink
renamed sample, extra dependency removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed Jan 26, 2019
1 parent 7fd29ea commit 497862f
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion example/build.gradle → sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':library')
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':example', ':library'
include ':sample', ':library'

0 comments on commit 497862f

Please sign in to comment.