mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-11 08:22:59 +00:00
Version fixes
This commit is contained in:
+9
-2
@@ -9,6 +9,13 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
@@ -21,11 +28,11 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "fr.unix_experience.owncloud_sms"
|
||||
versionCode 68
|
||||
versionCode 69
|
||||
versionName "2.0.5"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
maxSdkVersion 29
|
||||
maxSdkVersion 28
|
||||
ndk {
|
||||
// Specifies the ABI configurations of your native
|
||||
// libraries Gradle should build and package with your APK.
|
||||
|
||||
Reference in New Issue
Block a user