Skip to content

Commit

Permalink
Pushed version 0.4 to Maven Central. Fixes #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Aug 25, 2015
1 parent 374f6a2 commit ae660e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.android.tools.build:gradle:1.3.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.2
VERSION_CODE=2
VERSION_NAME=0.4
VERSION_CODE=4
GROUP=nl.2312

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

0 comments on commit ae660e6

Please sign in to comment.