Skip to content

Commit

Permalink
Merge pull request Esri#142 from Esri/release-10.2.8
Browse files Browse the repository at this point in the history
update arcgis android dependency aar
  • Loading branch information
doneill committed May 9, 2016
2 parents b77112e + c71ca90 commit 3037b7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Overview
ArcGIS Runtime SDK for Android v10.2.7 samples for Android Studio. The repo contains an [Android Studio](http://developer.android.com/sdk/index.html) project with multi-project sample app modules that can be run from within the Android Studio IDE.
ArcGIS Runtime SDK for Android v10.2.8 samples for Android Studio. The repo contains an [Android Studio](http://developer.android.com/sdk/index.html) project with multi-project sample app modules that can be run from within the Android Studio IDE.

# Prerequisites
* The samples are building with ```compileSdkVersion 21``` which requires [JDK 7 or higher](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Expand All @@ -12,7 +12,7 @@ Each sample app module has a build.gradle file with the latest ArcGIS Android SD

```groovy
dependencies {
compile 'com.esri.arcgis.android:arcgis-android:10.2.7'
compile 'com.esri.arcgis.android:arcgis-android:10.2.8'
}
```

Expand Down Expand Up @@ -110,7 +110,7 @@ $ git merge upstream/master
Once the project is cloned to disk you can import into Android Studio:

* From the toolbar select **File > Import Project**, or **Import Non-Android Studio project** from the Welcome Quick Start.
* Navigate to the root project folder, **arcgis-android-sdk-gradle-samples-10.2.7** directory and click **OK**
* Navigate to the root project folder, **arcgis-android-sdk-gradle-samples-10.2.8** directory and click **OK**

## Run a sample
You should now be able to run any of the included samples. We will use the ```HelloWorld``` Sample as an example.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:2.1.0'
}

}
Expand All @@ -28,7 +28,7 @@ subprojects{
afterEvaluate {project ->
if(project.hasProperty("dependencies")){
dependencies {
compile 'com.esri.arcgis.android:arcgis-android:10.2.7'
compile 'com.esri.arcgis.android:arcgis-android:10.2.8'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 comments on commit 3037b7c

Please sign in to comment.