1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 08:22:56 +00:00

Update minSdkVersion to 23 (Android 6)

This commit is contained in:
Juan Carlos Garrote
2023-05-08 14:55:40 +02:00
parent c2874357f0
commit 261075a8ad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 33
}