This repository was archived by the owner on Jun 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : android
2+ android :
3+ components :
4+ # Uncomment the lines below if you want to
5+ # use the latest revision of Android SDK Tools
6+ - platform-tools
7+ - tools
8+
9+ # The BuildTools version used by your project
10+ - build-tools-19.1.0
11+
12+ # The SDK version used to compile your project
13+ - android-19
14+
15+ # Additional components
16+ - extra-google-google_play_services
17+ - extra-google-m2repository
18+ - extra-android-m2repository
19+ - addon-google_apis-google-19
20+
21+ # Specify at least one system image,
22+ # if you need to run emulator(s) during your tests
23+ - sys-img-armeabi-v7a-android-19
24+ - sys-img-x86-android-17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 23
5- buildToolsVersion " 23.0.1 "
5+ buildToolsVersion " 23.0.2 "
66
77 defaultConfig {
88 applicationId " za.co.riggaroo.helptut.helptutorialexample"
@@ -23,5 +23,5 @@ dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2424 testCompile ' junit:junit:4.12'
2525 compile project(' :materialhelptutorial' )
26- compile ' com.android.support:appcompat-v7:23.1.0 '
26+ compile ' com.android.support:appcompat-v7:23.1.1 '
2727}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def gitUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial.git'
1010
1111android {
1212 compileSdkVersion 23
13- buildToolsVersion " 23.0.1 "
13+ buildToolsVersion " 23.0.2 "
1414
1515 defaultConfig {
1616 minSdkVersion 15
You can’t perform that action at this time.
0 commit comments