Skip to content

Commit d6afcc7

Browse files
Updated gradle, version bump
1 parent c585b27 commit d6afcc7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

AppRaterDemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535

3636

3737
def Properties props = new Properties()
38-
def propFile = file('../../signing.properties')
38+
def propFile = file('signing.properties')
3939
if (propFile.canRead()){
4040
props.load(new FileInputStream(propFile))
4141

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.12.+'
7+
classpath 'com.android.tools.build:gradle:0.13.2'
88
}
99
}
1010

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.19
2-
VERSION_CODE=29
1+
VERSION_NAME=1.0.20
2+
VERSION_CODE=30
33
GROUP=com.github.codechimp-org.apprater
44

55
POM_DESCRIPTION=AppRater Library for Android
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Jun 27 09:09:20 BST 2014
1+
#Wed Oct 29 09:34:40 GMT 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)