Change log:
- Group name changed to “org.multi-os-engine.community”
- Add support of Gradle 5.x
- Improve iOS code signing
- Fix class order in Moe-<target>-interfaces.m
All you need to do is change you build script to use the new plugin:
buildscript {
dependencies {
classpath group: 'org.multi-os-engine.community', name: 'moe-gradle', version: '1.4.5'
}
}
I haven’t update the AS/IntelliJ plugin to use the updated gradle plugin yet, maybe in a future release
Cheers and have fun coding~