瀏覽代碼

Merge pull request #333 from FantaMagier/readme

Changed README file for Android compatibility
flutter-beta
Julian Steenbakker 5 年之前
committed by GitHub
父節點
當前提交
e21bf0477e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      README.md

+ 9
- 0
README.md 查看文件

@@ -123,6 +123,15 @@ class _QRViewExampleState extends State<QRViewExample> {

```

## Android Integration
In order to use this plugin, please update the Gradle, Kotlin and Kotlin Gradle Plugin:

In ```android/build.gradle``` change ```ext.kotlin_version = '1.3.50'``` to ```ext.kotlin_version = '1.5.10'```

In ```android/build.gradle``` change ```classpath 'com.android.tools.build:gradle:3.5.0'``` to ```classpath 'com.android.tools.build:gradle:4.2.0'```

In ```android/gradle/wrapper/gradle-wrapper.properties``` change ```distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip``` to ```distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip```

## iOS Integration
In order to use this plugin, add the following to your Info.plist file:
```


Loading…
取消
儲存