Move flag checking for minimum required version to manifest

This is still not the best solution, ideally we would save this to some kind
of configuration file that we can use for dev/prod etc. Also, this solution
doesn't work with iOS or web
This commit is contained in:
Roland Geider
2021-11-08 09:42:24 +01:00
parent 03f7e1e371
commit cf882c194f
4 changed files with 19 additions and 19 deletions

View File

@@ -26,6 +26,7 @@
android:icon="@mipmap/ic_launcher">
<meta-data android:name="wger.api_key" android:value="${WGER_API_KEY}" />
<meta-data android:name="wger.check_min_app_version" android:value="true" />
<activity
android:name=".MainActivity"