We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2447b9 commit 436f4ccCopy full SHA for 436f4cc
demoapp-wearable/build.gradle
@@ -29,15 +29,15 @@ repositories {
29
}
30
31
android {
32
- compileSdkVersion 23
33
- buildToolsVersion "23.0.2"
+ compileSdkVersion theCompileSdkVersion
+ buildToolsVersion theBuildToolsVersion
34
35
defaultConfig {
36
applicationId "com.androidplot.demo.wearable"
37
minSdkVersion 20
38
- targetSdkVersion 23
39
- versionCode 1
40
- versionName "1.0"
+ targetSdkVersion theTargetSdkVersion
+ versionCode theVersionCode
+ versionName theVersionName
41
42
43
compileOptions {
settings.gradle
@@ -1,4 +1,4 @@
1
-include ':wearable-demoapp', ':demoapp-wearable'
+include ':demoapp-wearable'
2
/*
3
* Copyright 2015 AndroidPlot.com
4
*
0 commit comments