1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-10 01:16:15 +00:00

Version fixes

This commit is contained in:
Loic Blot 2018-12-22 18:38:14 +01:00
parent 6b9c825ed9
commit 990de7450b
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -9,6 +9,13 @@ buildscript {
} }
} }
allprojects {
repositories {
jcenter()
google()
}
}
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
@ -21,11 +28,11 @@ android {
defaultConfig { defaultConfig {
applicationId "fr.unix_experience.owncloud_sms" applicationId "fr.unix_experience.owncloud_sms"
versionCode 68 versionCode 69
versionName "2.0.5" versionName "2.0.5"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
maxSdkVersion 29 maxSdkVersion 28
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.