Skip to content

Commit

Permalink
updated comments to reflect 10.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed May 20, 2015
1 parent 2fb48ed commit d8ec219
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion AddCSV2GraphicsLayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion AttributeEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion BasicLicense/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion ClassBreaksRenderer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion ClosestFacilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion Convert2MGRSGrid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion CreateRuntimeGeodatabase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion DynamicLayerRenderer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion ExportTileCacheTask/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion FeatureUserGroup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion GeoJSONEarthquakeMap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion GeometryEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion GeometrySample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile 'com.android.support:support-v4:21.0.+'
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion IdentifyTask/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
//compile (group: 'com.esri.arcgis.android', name: 'arcgis-android', version: '10.2.5')
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion LocalMBTiles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion MilSym2525c/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion Nearby/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion OAuth2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:21.0.2'
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion OfflineAnalysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion OfflineEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion OfflineRoutingAndGeocoding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion PopupInWebMapForEditing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:21.0.2'
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion PopupInWebMapForViewing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:21.0.2'
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion PopupUICustomization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:21.0.2'
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion QueryTask/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion Routing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:21.0.2'
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion ServiceArea/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion SimpleMap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion StandardLicense/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion StandardLicenseOffline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion UniqueValueRenderer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}
2 changes: 1 addition & 1 deletion ViewShed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// ArcGIS Android 10.2.5 API
// ArcGIS Android 10.2.6 API
//compile (group: 'com.esri.arcgis.android', name: 'arcgis-android', version: '10.2.5')
compile 'com.esri.arcgis.android:arcgis-android:10.2.6'
}

0 comments on commit d8ec219

Please sign in to comment.