diff --git a/app/app.iml b/app/app.iml
index 8e34a45..47a078c 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -83,26 +83,37 @@
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 2e02431..73ab493 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
- buildToolsVersion '25.0.0'
+ compileSdkVersion 25
+ buildToolsVersion '25.0.2'
defaultConfig {
applicationId "com.github.quadflask.smartcrop.app"
minSdkVersion 15
- targetSdkVersion 23
+ targetSdkVersion 25
versionCode 1
versionName "1.0"
}
@@ -26,10 +26,9 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
- compile 'com.android.support:appcompat-v7:23.1.0'
+ compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
- compile 'io.reactivex:rxandroid:1.0.1'
- compile 'io.reactivex:rxjava:1.0.15'
+ compile 'io.reactivex:rxandroid:1.2.1'
compile 'com.github.jkwiecien:EasyImage:1.0.8'
compile project(':library')
}
diff --git a/library/build.gradle b/library/build.gradle
index d4585e0..98deb9b 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 23
- buildToolsVersion '25.0.0'
+ compileSdkVersion 25
+ buildToolsVersion '25.0.2'
defaultConfig {
minSdkVersion 15
- targetSdkVersion 23
+ targetSdkVersion 25
versionCode 1
versionName "1.0"
}
@@ -21,7 +21,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
- compile 'com.android.support:appcompat-v7:23.1.0'
- compile 'io.reactivex:rxandroid:1.0.1'
- compile 'io.reactivex:rxjava:1.0.15'
+ compile 'com.android.support:appcompat-v7:25.1.0'
+ compile 'io.reactivex:rxandroid:1.2.1'
}
diff --git a/library/library.iml b/library/library.iml
index 3d1cb83..1811f48 100644
--- a/library/library.iml
+++ b/library/library.iml
@@ -84,23 +84,33 @@
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
\ No newline at end of file