Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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兼容

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