File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
36
36
37
37
def Properties props = new Properties ()
38
- def propFile = file(' ../../ signing.properties' )
38
+ def propFile = file(' signing.properties' )
39
39
if (propFile. canRead()){
40
40
props. load(new FileInputStream (propFile))
41
41
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:0.12.+ '
7
+ classpath ' com.android.tools.build:gradle:0.13.2 '
8
8
}
9
9
}
10
10
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.19
2
- VERSION_CODE =29
1
+ VERSION_NAME =1.0.20
2
+ VERSION_CODE =30
3
3
GROUP =com.github.codechimp-org.apprater
4
4
5
5
POM_DESCRIPTION =AppRater Library for Android
Original file line number Diff line number Diff line change 1
- # Fri Jun 27 09:09:20 BST 2014
1
+ # Wed Oct 29 09:34:40 GMT 2014
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-1.12-bin .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.1-all .zip
You can’t perform that action at this time.
0 commit comments