File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed
Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.1
2+
3+ * 修复安卓gradle4.x引用本地arr的问题。
4+
15## 2.0.0
26
37* 支持空安全
Original file line number Diff line number Diff line change @@ -36,16 +36,9 @@ android {
3636 lintOptions {
3737 disable ' InvalidPackage'
3838 }
39-
40- repositories {
41- flatDir {
42- dirs ' libs'
43- }
44- }
4539}
4640
4741dependencies {
4842 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
49- implementation fileTree(include : [' *.aar' ], dir : ' libs' )
50- implementation files(' libs/captcha-release_v3.2.0.aar' )
43+ implementation ' com.netease.nis:captcha:3.0.2'
5144}
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ buildscript {
44 google()
55 jcenter()
66 }
7-
87 dependencies {
98 classpath ' com.android.tools.build:gradle:4.1.0'
109 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -13,6 +12,9 @@ buildscript {
1312
1413allprojects {
1514 repositories {
15+ maven {
16+ url ' https://cdn.jsdelivr.net/gh/flutter-fast-kit/maven-repository'
17+ }
1618 google()
1719 jcenter()
1820 }
Original file line number Diff line number Diff line change 11name : flutter_net_captcha
22description : Net Captcha plugin for Flutter.
3- version : 2.0.0
3+ version : 2.0.1
44homepage : https://github.com/flutter-fast-kit/flutter_net_captcha
55
66environment :
You can’t perform that action at this time.
0 commit comments