Bump minSdkVersion to 19 (KitKat 4.4)

This is needed for the file selector dialog
This commit is contained in:
Jakob Nixdorf 2017-07-02 17:42:51 +02:00
parent 8ff8a75248
commit 0e4824de1b
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "org.shadowice.flocke.andotp"
minSdkVersion 18
minSdkVersion 19
targetSdkVersion 25
versionCode 1
versionName "0.1.0"