File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ apply plugin: 'com.android.application'
11
11
apply plugin : ' com.neenbedankt.android-apt'
12
12
13
13
android {
14
- compileSdkVersion 23
14
+ compileSdkVersion 24
15
15
buildToolsVersion " 23.0.3"
16
16
17
17
defaultConfig {
18
18
applicationId " com.yalantis.guillotine.sample"
19
19
minSdkVersion 15
20
- targetSdkVersion 23
21
- versionCode 2
22
- versionName " 1.1 "
20
+ targetSdkVersion 24
21
+ versionCode 3
22
+ versionName " 1.2 "
23
23
}
24
24
buildTypes {
25
25
release {
@@ -32,7 +32,7 @@ android {
32
32
dependencies {
33
33
compile project(' :library' )
34
34
compile fileTree(dir : ' libs' , include : [' *.jar' ])
35
- compile ' com.android.support:appcompat-v7:23.3.0 '
35
+ compile ' com.android.support:appcompat-v7:24.2.1 '
36
36
compile ' com.jakewharton:butterknife:8.0.1'
37
37
apt ' com.jakewharton:butterknife-compiler:8.0.1'
38
38
}
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:2.1.0 '
8
+ classpath ' com.android.tools.build:gradle:2.2.1 '
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
- # Wed May 11 18:02:43 EEST 2016
1
+ # Mon Oct 10 13:48:17 EEST 2016
2
2
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.10 -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 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 23
4
+ compileSdkVersion 24
5
5
buildToolsVersion " 23.0.3"
6
6
7
7
defaultConfig {
8
8
minSdkVersion 15
9
- targetSdkVersion 23
10
- versionCode 2
11
- versionName " 1.1 "
9
+ targetSdkVersion 24
10
+ versionCode 3
11
+ versionName " 1.2 "
12
12
}
13
13
buildTypes {
14
14
release {
You can’t perform that action at this time.
0 commit comments