instructions + gradle version

This commit is contained in:
Alen Šiljak
2021-03-12 14:23:58 +01:00
committed by Vishesh Handa
parent 6ecf827965
commit 3a7f5d7e8d
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.+'
}