Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nerzhul/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2018-12-22 20:38:14 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2018-12-22 20:38:14 +0300
commit990de7450b5ccf67793edc375def6bf1a7916876 (patch)
tree03bf0f65c2f7e315ccf52f5b4b051960a7b4726b
parent6b9c825ed9f318f457e613d718a7f5949c5ed2a9 (diff)
Version fixes2.0.5
-rw-r--r--build.gradle11
1 files changed, 9 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 739a7ee..aa72789 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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.