Skip to content

Commit

Permalink
Updated to v0.1.6 for Flutter 1.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kiatuki committed Dec 18, 2019
1 parent d6b5555 commit 46eccd3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ It is also possible to style the targetting box.

## Setup

Modify the app-level build.gradle (\android\app\build.gradle) and modify the minSdkVersion to at least 24
Modify the android-level build.gradle (\android\build.gradle) gradle to 3.3.1
```dart
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
...
}
```

Modify the app-level build.gradle (\android\app\build.gradle) minSdkVersion to at least 24

```dart
defaultConfig {
Expand All @@ -39,7 +47,7 @@ dependencies:
animated_qr_code_scanner:
git:
url: https://github.com/kiatuki/animated_qr_code_scanner.git
ref: v0.1.5
ref: v0.1.6
```

### 2. Install it
Expand Down

0 comments on commit 46eccd3

Please sign in to comment.