flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
598 stars 40 forks source link

Updates to latest jni for Int / JavaInt consistency. #266

Closed michaelknoch closed 5 years ago

michaelknoch commented 5 years ago

Type of change: update

Motivation (current vs expected behavior)

Updates jni for Int / JavaInt consistency. Breaking change: GetIntArrayRegion now returns [JavaInt] instead of [Int]

Please check if the PR fulfills these requirements

rikner commented 5 years ago

@michaelknoch thx, it works.