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 {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1 .1.0 '
8
+ classpath ' com.android.tools.build:gradle:2 .1.2 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 19
5
- buildToolsVersion " 19.1.0 "
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24.0.1 "
6
6
7
7
defaultConfig {
8
8
applicationId " net.ypresto.androidtranscoder.example"
9
9
minSdkVersion 18
10
- targetSdkVersion 19
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -21,5 +21,4 @@ android {
21
21
22
22
dependencies {
23
23
compile project(' :lib' )
24
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
25
24
}
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" net.ypresto.androidtranscoder.example" >
4
4
5
- <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
6
-
7
5
<application
8
6
android : allowBackup =" true"
9
7
android : icon =" @drawable/ic_launcher"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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'
11
11
apply plugin : ' bintray-release'
12
12
13
13
android {
14
- compileSdkVersion 21
15
- buildToolsVersion " 21.1.2 "
14
+ compileSdkVersion 24
15
+ buildToolsVersion " 24.0.1 "
16
16
17
17
defaultConfig {
18
18
minSdkVersion 18
19
- targetSdkVersion 21
19
+ targetSdkVersion 24
20
20
}
21
21
22
22
buildTypes {
You can’t perform that action at this time.
0 commit comments