thingsboard / flutter_thingsboard_app

ThingsBoard Mobile Application
https://thingsboard.io/products/mobile/
BSD 3-Clause "New" or "Revised" License
208 stars 155 forks source link

What are the minimal requirements to run the app? #19

Closed technorabilia closed 5 months ago

technorabilia commented 2 years ago

Like e.g. what is the minimal Android version that you need to run the app?

We need the requirements so the customer can prepare their mobile devices.

Thanks.

ybeshkarov commented 5 months ago

Hello, @technorabilia!

You can see it here: android/app/build.gradle. Currently, it's

minSdkVersion 21
targetSdkVersion 33