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:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle18
1 files changed, 10 insertions, 8 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4be4a04f..8cbd5853 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 24
- buildToolsVersion '24.0.1'
+ compileSdkVersion 25
+ buildToolsVersion '25.0.1'
defaultConfig {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 11
- targetSdkVersion 24
+ targetSdkVersion 25
versionCode 14
versionName "0.9.0"
}
@@ -20,10 +20,12 @@ android {
}
dependencies {
- compile 'com.commit451:bypasses:1.0.1'
- compile 'com.android.support:support-v4:24.2.1'
- compile 'com.android.support:appcompat-v7:24.2.1'
- compile 'com.android.support:design:24.2.1'
- compile 'com.android.support:recyclerview-v7:24.2.1'
+ compile 'com.yydcdut:rxmarkdown:0.0.7'
+ compile 'io.reactivex:rxandroid:1.2.0'
+ compile 'io.reactivex:rxjava:1.1.5'
+ compile 'com.android.support:support-v4:25.0.1'
+ compile 'com.android.support:appcompat-v7:25.0.1'
+ compile 'com.android.support:design:25.0.1'
+ compile 'com.android.support:recyclerview-v7:25.0.1'
compile fileTree(dir: 'libs', include: ['*.jar'])
}