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:
parent
d8ac22d57e
commit
97a613f168
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user