Skip to content

Commit 154e9f7

Browse files
Update support libs to 25.3.1
1 parent 5c8cf9f commit 154e9f7

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939

4040
dependencies {
4141
compile fileTree(dir: 'libs', include: '*.jar')
42-
compile 'com.android.support:support-annotations:25.3.0'
42+
compile 'com.android.support:support-annotations:25.3.1'
4343
}
4444

4545
apply from: rootProject.file('release.gradle')

sample/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ android {
4040
dependencies {
4141
compile fileTree(dir: 'libs', include: '*.jar')
4242
compile project(':library')
43+
compile 'com.android.support:support-v4:25.3.1'
4344
compile 'rapid.decoder:library:0.3.0'
4445
compile 'rapid.decoder:jpeg-decoder:0.3.0'
4546
compile 'rapid.decoder:png-decoder:0.3.0'

sample/libs/android-support-v4.jar

-607 KB
Binary file not shown.

0 commit comments

Comments
 (0)