Skip to content

Commit

Permalink
Update support libs to 25.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Oct 26, 2017
1 parent 5c8cf9f commit 154e9f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {

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')
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ android {
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'
Expand Down
Binary file removed sample/libs/android-support-v4.jar
Binary file not shown.

0 comments on commit 154e9f7

Please sign in to comment.