1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Bump minSdkVersion to 15 which is the minimum one required by the Custom tabs library

This commit is contained in:
Christophe Beyls 2018-01-09 22:11:21 +01:00
parent dccbb8e74b
commit 3f989d6c34
2 changed files with 1 additions and 4 deletions

View file

@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "be.digitalia.fosdem"
minSdkVersion 14
minSdkVersion 15
targetSdkVersion 27
versionCode 900146
versionName "1.4.6"

View file

@ -1,12 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="be.digitalia.fosdem"
android:installLocation="auto">
<uses-sdk tools:overrideLibrary="android.support.customtabs"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.NFC"/>