shyandsy / cipher2

a flutter plugin for AES encryption and decryption
GNU General Public License v3.0
43 stars 40 forks source link

加密用到了过时的API #13

Open cvilia opened 5 years ago

cvilia commented 5 years ago

ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':cipher2' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71 在最新版本的gradle中不支持低版本的kotlin

WARNING: API 'variantOutput.getProcessResources()' is obsolete and has been replaced with 'variantOutput.getProcessResourcesProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. 用到了过时的API,高版本的Android版本中不再适用

希望快快更新啊啊啊啊啊啊

shyandsy commented 5 years ago

ok, I would say it works well if u use vscode

u can try to modify the gradle version to 1.3.21, it works for android studio

ljf1172361058 commented 4 years ago

报错了 不支持 android X