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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-27 22:47:02 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-27 22:47:02 +0300
commit90e9bc32e024c34a5665656f176733b7c273a2f0 (patch)
tree50f752aa51985a6f763a2324dca7fb3b37e56509
parent0a56774a459cace89c2cf2ba44466691f161beaa (diff)
bump version to 0.22.4v0.22.4
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7cf24dac..547df6fa 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 27
+ compileSdkVersion 28
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
- targetSdkVersion 27
- versionCode 37
- versionName "0.22.3"
+ targetSdkVersion 28
+ versionCode 38
+ versionName "0.22.4"
}
buildTypes {
release {
@@ -34,7 +34,7 @@ dependencies {
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
- def supportLibVersion = '27.1.1'
+ def supportLibVersion = '28.0.0'
implementation "com.android.support:appcompat-v7:${supportLibVersion}"
implementation "com.android.support:design:${supportLibVersion}"