mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
Merge pull request #6 from nextcloud/lgtm
LGTM config + renamed Android ID
This commit is contained in:
commit
6af7558a7d
3 changed files with 7 additions and 1 deletions
1
.lgtm
Normal file
1
.lgtm
Normal file
|
@ -0,0 +1 @@
|
|||
pattern = "(?i):shipit:|:\\+1:|LGTM"
|
5
MAINTAINERS
Normal file
5
MAINTAINERS
Normal file
|
@ -0,0 +1,5 @@
|
|||
AndyScherzinger
|
||||
przybylski
|
||||
tobiasKaminsky
|
||||
LukasReschke
|
||||
jancborchardt
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue