Browse Source

Merge pull request #6 from nextcloud/lgtm

LGTM config + renamed Android ID
Andy Scherzinger 8 years ago
parent
commit
6af7558a7d
3 changed files with 7 additions and 1 deletions
  1. 1 0
      .lgtm
  2. 5 0
      MAINTAINERS
  3. 1 1
      build.gradle

+ 1 - 0
.lgtm

@@ -0,0 +1 @@
+pattern = "(?i):shipit:|:\\+1:|LGTM"

+ 5 - 0
MAINTAINERS

@@ -0,0 +1,5 @@
+AndyScherzinger
+przybylski
+tobiasKaminsky
+LukasReschke
+jancborchardt

+ 1 - 1
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;