File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- apply plugin : ' android'
17
+ apply plugin : ' com. android.application '
18
18
19
19
repositories {
20
20
mavenCentral()
@@ -25,7 +25,7 @@ repositories {
25
25
26
26
android {
27
27
compileSdkVersion 20
28
- buildToolsVersion " 19.1 .0"
28
+ buildToolsVersion " 20.0 .0"
29
29
30
30
defaultConfig {
31
31
applicationId " com.google.samples.apps.iosched"
Original file line number Diff line number Diff line change 16
16
17
17
lpreview = hasProperty(' lpreview' )
18
18
19
- apply plugin : ' android'
19
+ apply plugin : ' com. android.application '
20
20
21
21
repositories {
22
22
mavenCentral()
@@ -27,7 +27,7 @@ repositories {
27
27
28
28
android {
29
29
compileSdkVersion lpreview ? " android-L" : 19
30
- buildToolsVersion " 19.1 .0"
30
+ buildToolsVersion " 20.0 .0"
31
31
32
32
productFlavors { lpreview ? lpreview{} : classic{} }
33
33
You can’t perform that action at this time.
0 commit comments