Skip to content

Commit

Permalink
Removed sdk folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Nov 23, 2016
1 parent 6edebdf commit eafb9e6
Show file tree
Hide file tree
Showing 43 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'

compile project(path: ':sdk')
compile project(':guardian')

compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:design:25.0.1'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion guardian/sdk/build.gradle → guardian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ dependencies {
testCompile 'junit:junit:4.12'
}

apply from: '../../version.gradle'
apply from: '../version.gradle'
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
include ':app'

include ':sdk'
project(':sdk').projectDir = new File(rootProject.projectDir, './guardian/sdk')
include ':guardian'

0 comments on commit eafb9e6

Please sign in to comment.