From 9222075066fe31f3041a39526157cbca5a7324d6 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 12 Jun 2016 14:29:48 +0200 Subject: [PATCH] version 1.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eb8d568ff4..f14708dc08 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ android { testInstrumentationRunnerArgument "TEST_PASSWORD", "\"$System.env.OCTEST_APP_PASSWORD\"" testInstrumentationRunnerArgument "TEST_SERVER_URL", "\"$System.env.OCTEST_SERVER_BASE_URL\"" - applicationId "com.nextcloud.android" + applicationId "com.nextcloud.client" } // adapt structure from Eclipse to Gradle/Android Studio expectations;