mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 00:29:20 +08:00
instructions + gradle version
This commit is contained in:

committed by
Vishesh Handa

parent
6ecf827965
commit
3a7f5d7e8d
2
BUILD.md
2
BUILD.md
@ -4,7 +4,7 @@
|
||||
|
||||
## Environment Setup
|
||||
|
||||
1. Install [Flutter](https://flutter.dev/docs/get-started/install) through official guidilines
|
||||
1. Install [Flutter](https://flutter.dev/docs/get-started/install) v1 through official guidelines. The last v1.22.6 will do.
|
||||
2. As a part of flutter installation, you will need to install [Android Studio](https://developer.android.com/studio)
|
||||
3. Use [AVD manager](https://developer.android.com/studio/run/managing-avds) from Android Studio, to create device for local development.
|
||||
4. Project contains `:git_binding` dependency, so it needs Android NDK. You need to install through [SDK Manager](https://developer.android.com/studio/projects/install-ndk). GitJournal has only been tested with NDK release 19. It would be best to install that.
|
||||
|
@ -10,7 +10,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.3.2'
|
||||
classpath 'com.android.tools.build:gradle:3.5.4'
|
||||
classpath 'com.google.gms:google-services:3.2.1'
|
||||
classpath 'io.fabric.tools:gradle:1.+'
|
||||
}
|
||||
|
Reference in New Issue
Block a user