Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harveyjavier committed Nov 3, 2019
1 parent ce40b3b commit 32afbb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Not yet available...

Running the project straight away will get you an error regarding a `key.properties` file that is missing. To fix it,

1. Open android/app/build.gradle file and comment the following lines-
1. Open `android/app/build.gradle` file and comment the following lines-

```
//keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
Expand All @@ -34,15 +34,15 @@ buildTypes {
}
```

2. Open android/local.properties file and add the following lines-
2. Open `android` folder, look for `local.properties` file (create if it does not exist), and add the following lines-

```
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1
```

3. Open the project on your cmd or terminal, type flutter run, then you're good to go!
3. And you're good to go. Open the project on your cmd or terminal, and type-

```
flutter run
Expand Down

0 comments on commit 32afbb5

Please sign in to comment.