inkstone icon indicating copy to clipboard operation
inkstone copied to clipboard

upgraded to Meteor v1.7

Open JonathanLehner opened this issue 7 years ago • 2 comments

I upgraded to Meteor v1.7 and fixed the resulting errors. Would be cool if you could look at the handling of "build-extras.gradle", which seems necessary to make it compile.

JonathanLehner avatar Sep 17 '18 04:09 JonathanLehner

Hey, thanks for doing that!

The reason I've been holding off on updating Meteor here is that it necessitates updates throughout the toolchain - I would need to install a new Android SDK, a new version of Xcode, etc. There's a forced upgrade coming in a couple of months, so I was just going to do it then.

Have you built this version on both Android and iOS?

skishore avatar Sep 23 '18 15:09 skishore

hi Shaunak! Sorry for my late reply. I tested both Android and IOS. You have to be a bit careful with cordova versions and android sdk though, since these seem to be relevant for build success. The appropriate cordova version should be set in the updated package.json file. There might be some gradle issues, so for me to build I had to add build-extras.gradle (see files) to .meteor/local/cordova-build/platforms/android/ With that it builds successfully on both Android and IOS. I tested it again just now.

If you have any issues with building feel free to let me know!

Best wishes, Jonathan

JonathanLehner avatar Oct 02 '18 05:10 JonathanLehner