From 46eccd35b2c58ac1c8bc863ff75dd23be5a19254 Mon Sep 17 00:00:00 2001 From: kiatuki <55579589+kiatuki@users.noreply.github.com> Date: Wed, 18 Dec 2019 10:21:27 +0700 Subject: [PATCH] Updated to v0.1.6 for Flutter 1.12.13 --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dec1f67..cc42f12 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -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