Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 232 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 232 Bytes

flutter armeabi gradle plugin

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath "io.github.lizhangqu:plugin-flutter-armeabi:1.0.1"
    }
}

apply plugin: 'flutter.armeabi'