File tree 5 files changed +5
-7
lines changed
5 files changed +5
-7
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:0.12.+ '
8
+ classpath ' com.android.tools.build:gradle:1.0.0 '
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 @@ -5,15 +5,14 @@ android {
5
5
buildToolsVersion project. ANDROID_BUILD_TOOLS_VERSION
6
6
7
7
defaultConfig {
8
- applicationId " com.daimajia.swipedemo"
9
8
minSdkVersion Integer . parseInt(project. ANDROID_BUILD_MIN_SDK_VERSION )
10
9
targetSdkVersion Integer . parseInt(project. ANDROID_BUILD_TARGET_SDK_VERSION )
11
10
versionName project. VERSION_NAME
12
11
versionCode Integer . parseInt(project. VERSION_CODE )
13
12
}
14
13
buildTypes {
15
14
release {
16
- runProguard false
15
+ minifyEnabled false
17
16
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
18
17
}
19
18
}
Original file line number Diff line number Diff line change 18
18
# org.gradle.parallel=true
19
19
20
20
21
- VERSION_NAME =1.1.7
22
- VERSION_CODE =18
21
+ VERSION_NAME =1.1.8
22
+ VERSION_CODE =19
23
23
GROUP =com.daimajia.swipelayout
24
24
25
25
ANDROID_BUILD_MIN_SDK_VERSION =8
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 =http\://services.gradle.org/distributions/gradle-1.12 -all.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-2.2.1 -all.zip
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ android {
5
5
buildToolsVersion project. ANDROID_BUILD_TOOLS_VERSION
6
6
7
7
defaultConfig {
8
- applicationId " com.daimajia.swipe"
9
8
minSdkVersion 8
10
9
targetSdkVersion Integer . parseInt(project. ANDROID_BUILD_TARGET_SDK_VERSION )
11
10
}
You can’t perform that action at this time.
0 commit comments