-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd394be
commit 004a866
Showing
15 changed files
with
144 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
apply from: "$rootDir/gradle/android.gradle" | ||
|
||
android { | ||
namespace 'org.radarbase.passive.bittium' | ||
namespace "org.radarbase.passive.bittium" | ||
} | ||
|
||
//---------------------------------------------------------------------------// | ||
// Configuration // | ||
//---------------------------------------------------------------------------// | ||
|
||
description = 'Faros plugin for RADAR passive remote monitoring app' | ||
ext.nexusRepo = 'https://repo.thehyve.nl/content/repositories/' + (version.endsWith('-SNAPSHOT') ? 'snapshots' : 'releases') | ||
description = "Faros plugin for RADAR passive remote monitoring app" | ||
ext.nexusRepo = "https://repo.thehyve.nl/content/repositories/" + (version.endsWith("-SNAPSHOT") ? "snapshots" : "releases") | ||
|
||
//---------------------------------------------------------------------------// | ||
// Sources and classpath configurations // | ||
//---------------------------------------------------------------------------// | ||
|
||
repositories { | ||
maven { url 'https://repo.thehyve.nl/content/repositories/releases' } | ||
maven { url "https://repo.thehyve.nl/content/repositories/releases" } | ||
} | ||
|
||
dependencies { | ||
api project(':radar-commons-android') | ||
implementation 'org.radarcns:radar-faros-sdk:0.1.0' | ||
api project(":radar-commons-android") | ||
implementation "org.radarcns:radar-faros-sdk:$radar_faros_sdk_version" | ||
} | ||
|
||
apply from: "$rootDir/gradle/publishing.gradle" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
apply from: "$rootDir/gradle/android.gradle" | ||
|
||
android { | ||
namespace 'org.radarbase.passive.google.places' | ||
namespace "org.radarbase.passive.google.places" | ||
} | ||
|
||
//---------------------------------------------------------------------------// | ||
// Configuration // | ||
//---------------------------------------------------------------------------// | ||
|
||
description = 'Google places plugin for RADAR passive remote monitoring app.' | ||
description = "Google places plugin for RADAR passive remote monitoring app." | ||
|
||
//---------------------------------------------------------------------------// | ||
// Sources and classpath configurations // | ||
//---------------------------------------------------------------------------// | ||
dependencies { | ||
api project(':radar-commons-android') | ||
implementation 'com.google.android.libraries.places:places:3.2.0' | ||
api project(":radar-commons-android") | ||
implementation "com.google.android.libraries.places:places:$places_version" | ||
} | ||
|
||
apply from: "$rootDir/gradle/publishing.gradle" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.