From 0e4824de1b078e0a51c914f79f3c8a69ec472a68 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Sun, 2 Jul 2017 17:42:51 +0200 Subject: [PATCH] Bump minSdkVersion to 19 (KitKat 4.4) This is needed for the file selector dialog --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d577ce82..ff6e9f68 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # andOTP - Android OTP Authenticator ![andOTP](./assets/logo.png) -andOTP is a two-factor authentication App for Android 4.3+. +andOTP is a two-factor authentication App for Android 4.4+. It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238. Simply scan the QR code and login with the generated 6-digit code. diff --git a/app/build.gradle b/app/build.gradle index ba37d3df..515815bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ android { defaultConfig { applicationId "org.shadowice.flocke.andotp" - minSdkVersion 18 + minSdkVersion 19 targetSdkVersion 25 versionCode 1 versionName "0.1.0"