j2objc-contrib / j2objc-gradle

This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build.
https://github.com/j2objc-contrib/j2objc-gradle
Apache License 2.0
139 stars 43 forks source link

Default minVersion: iOS => 8.3, watchOS => 2.0 #584

Closed brunobowden closed 8 years ago

brunobowden commented 8 years ago
brunobowden commented 8 years ago

@ph1lb4 - this should help you avoid this problem in the future

ph1lb4 commented 8 years ago

Thanks! We did set it by hand in the meantime which also worked fine.

brunobowden commented 8 years ago

v0.6.0 of the plugin has been published, please try this out and report back any issues