Skip to content

Commit 30bf433

Browse files
committed
Merge branch 'master' into release
2 parents 95dd12d + 298ddaf commit 30bf433

File tree

254 files changed

+26923
-26685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+26923
-26685
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ dist/
1010
local.properties
1111

1212
gen/
13+
scratch/
1314
obj/
1415
bin/
1516
.svn/
17+
18+
**/.vscode/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android:
1515
components:
1616
- platform-tools
1717
- tools
18-
- build-tools-23.0.3
18+
- build-tools-25.0.2
1919
- android-23
2020
- extra-android-support
2121
- extra-android-m2repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The source in this repo is organized in Android Studio projects.
2424
* Install Android API Level 22 from Android Studio -> Tools -> Android -> SDK Manager
2525
* Install the Android NDK from Android Studio -> Tools -> Android -> SDK Manager
2626
* Download Android Support Repository through the Android SDK Manager
27-
* Download Build Tools 22 through the Android SDK Manager.
27+
* Download Build Tools 25.0.2 through the Android SDK Manager.
2828

2929
# How to build
3030

0 commit comments

Comments
 (0)