Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizhangqu/plugin-flutter-armeabi
flutter armeabi兼容
https://github.com/lizhangqu/plugin-flutter-armeabi
armeabi flutter gradle
Last synced: 3 months ago
JSON representation
flutter armeabi兼容
- Host: GitHub
- URL: https://github.com/lizhangqu/plugin-flutter-armeabi
- Owner: lizhangqu
- Created: 2019-02-28T13:04:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T00:45:57.000Z (about 5 years ago)
- Last Synced: 2024-04-16T11:21:23.537Z (10 months ago)
- Topics: armeabi, flutter, gradle
- Language: Groovy
- Size: 137 KB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### flutter armeabi gradle plugin
```
buildscript {
repositories {
jcenter()
}
dependencies {
classpath "io.github.lizhangqu:plugin-flutter-armeabi:1.0.4"
}
}apply plugin: 'flutter.armeabi'
```
### Change Log
#### 1.0.4
- 兼容v1.12.13