Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
remove library module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
catt-stefano committed Nov 15, 2017
1 parent deb678d commit 77ee138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions sample-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})

// compile 'it.near.sdk:nearit:2.3.0'
compile project(':nearit')
compile 'it.near.sdk:nearit:2.3.0'
compile 'com.android.support:appcompat-v7:26.1.0'

testCompile 'junit:junit:4.12'
Expand Down
3 changes: 1 addition & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})

// compile 'it.near.sdk:nearit:2.3.0'
compile project(':nearit')
compile 'it.near.sdk:nearit:2.3.0'
compile 'com.android.support:appcompat-v7:26.1.0'

testCompile 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':nearit', ':sample', ':sample-kotlin'
include ':sample', ':sample-kotlin'

0 comments on commit 77ee138

Please sign in to comment.