diff --git a/build.gradle b/build.gradle index a4eb512b..571b57d2 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ allprojects { group = "org.droidmate" - version = "1.0-RC3" + version = "1.0-RC4" /* Merge all the build directories into one. */ // buildDir = rootProject.file('build') //TODO that means the apk/class paths are changing @@ -107,4 +107,4 @@ publish.dependsOn { } } } -} \ No newline at end of file +}