mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
bump to latest SDK
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
2dbf724b33
commit
92d872ceec
1 changed files with 2 additions and 2 deletions
|
@ -117,11 +117,11 @@ android {
|
|||
javaMaxHeapSize "4g"
|
||||
}
|
||||
|
||||
compileSdkVersion 28
|
||||
compileSdkVersion 29
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 29
|
||||
|
||||
// arguments to be passed to functional tests
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
Loading…
Reference in a new issue