Skip to content

Commit ae660e6

Browse files
committed
Pushed version 0.4 to Maven Central. Fixes #3.
1 parent 374f6a2 commit ae660e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:1.1.0'
6+
classpath 'com.android.tools.build:gradle:1.3.0'
77
}
88
}
99

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.2
2-
VERSION_CODE=2
1+
VERSION_NAME=0.4
2+
VERSION_CODE=4
33
GROUP=nl.2312
44

55
POM_DESCRIPTION=Store and retrieve streams of POJOs from an Android database using RxJava and Cupboard

0 commit comments

Comments
 (0)