1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Bump target sdk to api 31

This commit is contained in:
Abel García de Prada 2022-04-08 09:48:29 +02:00
parent d8ac22d57e
commit 97a613f168

View File

@ -21,11 +21,11 @@ dependencies {
} }
android { android {
compileSdkVersion 30 compileSdkVersion 31
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 31
versionCode = 10001400 versionCode = 10001400
versionName = "1.0.14" versionName = "1.0.14"