Skip to content

Commit

Permalink
added v10.2.5 RC1 AAR bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Dec 10, 2014
1 parent b4afafb commit 246953e
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Basemaps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
1 change: 1 addition & 0 deletions FeatureServiceTableQuery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
1 change: 1 addition & 0 deletions FragmentManagement/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
1 change: 1 addition & 0 deletions HelloWorld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
1 change: 1 addition & 0 deletions LocalRasterData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// support library dependency
compile 'com.android.support:support-v4:19.0.+'
// local binary dependency
Expand Down
1 change: 1 addition & 0 deletions MapLegend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
1 change: 1 addition & 0 deletions MapRotation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
1 change: 1 addition & 0 deletions PlaceSearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
1 change: 1 addition & 0 deletions QueryCloudFeatureService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
1 change: 1 addition & 0 deletions SwitchMaps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
2 changes: 2 additions & 0 deletions WmsLayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ android {

dependencies {
// module dependency
compile 'com.esri.arcgis.android:arcgis-android:10.2.5-815'
// local binary dependency
compile fileTree(dir: 'libs', include: ['*.jar'])
}
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ allprojects {
repositories {
jcenter()
}
maven {
url 'http://android:8080/artifactory/arcgis'
}
}

0 comments on commit 246953e

Please sign in to comment.