Fix some things

This commit is contained in:
2019-04-27 11:01:38 +02:00
parent 86593eff22
commit f67d070fc3
6 changed files with 286 additions and 187 deletions

View File

@@ -2,4 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="fr.ilyx.PlantBox.Client.Android" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<application android:label="PlantBox" android:icon="@mipmap/ic_launcher"></application>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
</manifest>