Skip to content

Commit

Permalink
Update build tools revision and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uaalto committed Apr 25, 2016
1 parent 8fdaae0 commit 87ac142
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MobileSDK/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android-library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 15
Expand Down
2 changes: 1 addition & 1 deletion PubSub/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android-library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 15
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ Building the mobile library and app requires the following:
1. Install Java JDK 7 or 8
2. Install Go 1.6 or higher
3. Install [Android SDK Tools](http://developer.android.com/sdk/index.html#Other)
4. Install NDK(http://developer.android.com/ndk/downloads/index.html)
4. Install [NDK](http://developer.android.com/ndk/downloads/index.html)
5. Install [Gradle](http://gradle.org/)

Make sure to set these environment variables before trying to build any Android
components (replace the paths based on wherever you've installed the Android
Expand Down
2 changes: 1 addition & 1 deletion src/github.com/getlantern/lantern-mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
compileSdkVersion = 23
targetSdkVersion = 23
minSdkVersion = 15
buildToolsVersion = '23.0.2'
buildToolsVersion = '23.0.3'
buildNumber = 'dev'

lanternDir = projectDir.parentFile.parentFile
Expand Down

0 comments on commit 87ac142

Please sign in to comment.