degrade target sdk to 23

This commit is contained in:
Tibor Kaputa 2017-03-09 09:27:40 +01:00
parent 7459085e57
commit 7710dec749

View file

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "com.simplemobiletools.gallery"
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 23
versionCode 82
versionName "2.6.5"
}