Update support libs to 25.3.1
diff --git a/library/build.gradle b/library/build.gradle
index c685a1a..486f387 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -39,7 +39,7 @@
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.android.support:support-annotations:25.3.0'
+ compile 'com.android.support:support-annotations:25.3.1'
}
apply from: rootProject.file('release.gradle')
diff --git a/sample/build.gradle b/sample/build.gradle
index ed2fc3c..78c374c 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -40,6 +40,7 @@
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':library')
+ compile 'com.android.support:support-v4:25.3.1'
compile 'rapid.decoder:library:0.3.0'
compile 'rapid.decoder:jpeg-decoder:0.3.0'
compile 'rapid.decoder:png-decoder:0.3.0'
diff --git a/sample/libs/android-support-v4.jar b/sample/libs/android-support-v4.jar
deleted file mode 100644
index 9056828..0000000
--- a/sample/libs/android-support-v4.jar
+++ /dev/null
Binary files differ