File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:1 .1.0 '
8+ classpath ' com.android.tools.build:gradle:2 .1.2 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 19
5- buildToolsVersion " 19.1.0 "
4+ compileSdkVersion 24
5+ buildToolsVersion " 24.0.1 "
66
77 defaultConfig {
88 applicationId " net.ypresto.androidtranscoder.example"
99 minSdkVersion 18
10- targetSdkVersion 19
10+ targetSdkVersion 24
1111 versionCode 1
1212 versionName " 1.0"
1313 }
@@ -21,5 +21,4 @@ android {
2121
2222dependencies {
2323 compile project(' :lib' )
24- compile fileTree(dir : ' libs' , include : [' *.jar' ])
2524}
Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" net.ypresto.androidtranscoder.example" >
44
5- <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
6-
75 <application
86 android : allowBackup =" true"
97 android : icon =" @drawable/ic_launcher"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14 .1-all.zip
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ apply plugin: 'com.android.library'
1111apply plugin : ' bintray-release'
1212
1313android {
14- compileSdkVersion 21
15- buildToolsVersion " 21.1.2 "
14+ compileSdkVersion 24
15+ buildToolsVersion " 24.0.1 "
1616
1717 defaultConfig {
1818 minSdkVersion 18
19- targetSdkVersion 21
19+ targetSdkVersion 24
2020 }
2121
2222 buildTypes {
You can’t perform that action at this time.
0 commit comments