Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 278 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 278 Bytes

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