aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-06-09 22:51:02 +0200
committerArne Schwabe <arne@rfc2549.org>2014-06-09 23:00:18 +0200
commit1f6359f235547b7b1cefe7abed7dccc34812e922 (patch)
tree7cc73edfb1d283ecd925d4f7ec1599edca522a44 /main
parentcf1f8ec8123361922a9cf3cf083de37097acf77f (diff)
downloadcgeo-1f6359f235547b7b1cefe7abed7dccc34812e922.zip
cgeo-1f6359f235547b7b1cefe7abed7dccc34812e922.tar.gz
cgeo-1f6359f235547b7b1cefe7abed7dccc34812e922.tar.bz2
Fix bulding with gradle/Android studio.
Update rx java to 0.19 Also add unfinished prototypes for the seldom used side projects.
Diffstat (limited to 'main')
-rw-r--r--main/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build.gradle b/main/build.gradle
index 42aaf4b..ae8877b 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -27,7 +27,7 @@ gradle connectedCheck
//https://github.com/stephanenicolas/Quality-Tools-for-Android
def AAVersion = '3.0.1'
-def RXVersion = '0.18.3'
+def RXVersion = '0.19.0'
group = 'cgeo.geocaching'
version = '0.0.1'
@@ -54,7 +54,7 @@ android {
versionCode versionProps['code'].toInteger()
// NOTE: must match the package in the test directory and must be different from the app package
- testPackageName "cgeo.geocaching.test"
+ testApplicationId "cgeo.geocaching.test"
// standard android test runner
//testInstrumentationRunner "android.test.InstrumentationTestRunner"