File tree 2 files changed +20
-5
lines changed
2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.6.1 '
6
+ classpath ' com.android.tools.build:gradle:0.6.3 '
7
7
}
8
8
}
9
9
@@ -31,9 +31,9 @@ dependencies {
31
31
apt ' com.googlecode.androidannotations:androidannotations:2.7.1'
32
32
compile ' com.googlecode.androidannotations:androidannotations-api:2.7.1'
33
33
34
- compile ' com.koushikdutta.ion:ion:1.1.8 '
34
+ compile ' com.koushikdutta.ion:ion:1.2.0 '
35
35
compile ' com.github.chrisbanes.actionbarpulltorefresh:library:0.8'
36
- compile ' org.jsoup:jsoup:1.7.2 '
36
+ compile ' org.jsoup:jsoup:1.7.3 '
37
37
compile ' org.apache.commons:commons-lang3:3.1'
38
38
}
39
39
@@ -45,6 +45,21 @@ android {
45
45
minSdkVersion 15
46
46
targetSdkVersion 18
47
47
}
48
+
49
+ // signingConfigs {
50
+ // release {
51
+ // storeFile file(System.console().readLine("\n\$ Enter keystore path: "))
52
+ // storePassword new String(System.console().readPassword("\$ Enter keystore password: "))
53
+ // keyAlias System.console().readLine("\$ Enter key alias: ")
54
+ // keyPassword new String(System.console().readPassword("\$ Enter key password: "))
55
+ // }
56
+ // }
57
+ //
58
+ // buildTypes {
59
+ // release {
60
+ // signingConfig signingConfigs.release
61
+ // }
62
+ // }
48
63
}
49
64
50
65
def getSourceSetName (variant ) {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.github.zyro.crunchbased"
4
- android : versionCode =" 3 "
5
- android : versionName =" 1.0.2 " >
4
+ android : versionCode =" 4 "
5
+ android : versionName =" 1.0.3 " >
6
6
7
7
<uses-sdk android : minSdkVersion =" 15" android : targetSdkVersion =" 18" />
8
8
You can’t perform that action at this time.
0 commit comments