cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.82k stars 64 forks source link

Fix - sdkVersion 16 - default can be overriden #356

Closed debanjanbasu closed 2 months ago

debanjanbasu commented 2 months ago

Changes

https://github.com/cunarist/rinf/issues/355

Fix

This is a small patch to allow for the parent package to override the sdkVersions

temeddix commented 2 months ago

CI is telling us where the error is coming from:

[        ] A problem occurred evaluating project ':rinf'.
[        ] > No signature of method: static java.lang.Math.max() is applicable for argument types: (null, null, Integer) values: [null, null, 31]
[        ]   Possible solutions: max(int, int), max(double, double), max(float, float), max(long, long), wait(), any()

I'll update the PR to make it work :)