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:
parent
6b9c825ed9
commit
990de7450b
11
build.gradle
11
build.gradle
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user