1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-12 10:26:20 +00:00

Update maxSdkVersion

This commit is contained in:
Loic Blot 2018-12-22 18:24:31 +01:00
parent 03d18ae1e2
commit c4598208ac
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -25,7 +25,7 @@ android {
versionName "2.0.4" versionName "2.0.4"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
maxSdkVersion 27 maxSdkVersion 29
ndk { ndk {
// Specifies the ABI configurations of your native // Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK. // libraries Gradle should build and package with your APK.