Bump minSdkVersion to 19 (KitKat 4.4)
This is needed for the file selector dialog
This commit is contained in:
parent
8ff8a75248
commit
0e4824de1b
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -6,7 +6,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "org.shadowice.flocke.andotp"
|
||||
minSdkVersion 18
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
versionCode 1
|
||||
versionName "0.1.0"
|
||||
|
|
Loading…
Reference in a new issue