Move contributing guide to root of repository

This commit is contained in:
Ryan Warsaw 2017-03-06 20:59:56 -05:00
Родитель 84ead9aaaf
Коммит fbc3dc0cf3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: AA190EDC22740F7B
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# Contribute
# Contributing
Mozilla Foundation currently (as of 2016) uses Mattermost as our communications solution. If at any point you need help, have a question or just want to say hello; join our [chat room](https://chat.mozillafoundation.org).
@ -21,7 +21,7 @@ Mozilla Foundation currently (as of 2016) uses Mattermost as our communications
* After it has installed successfully, you should see the following screen:
![android studio menu](img/android-studio-menu.png)
![android studio menu](docs/img/android-studio-menu.png)
## USB Debugging
* In order to start testing apps on your physical Android device, we need to first activate developer mode by tapping ```Settings > About > Build Number``` seven times
@ -42,7 +42,7 @@ Mozilla Foundation currently (as of 2016) uses Mattermost as our communications
* Connect your device via USB, and press the "run" button:
![run button](img/android-run-btn.png)
![run button](docs/img/android-run-btn.png)
## Review MoFo Engineering Standards

Просмотреть файл

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}

4
gradle/wrapper/gradle-wrapper.properties поставляемый
Просмотреть файл

@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Mon Mar 06 20:52:00 EST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip