Update appcompat v7 library to current stable release

This commit is contained in:
Dr. Tobias Quathamer
2017-04-20 12:27:48 +02:00
parent e4fc9502fe
commit 125e70c04b
+1 -1
View File
@@ -24,7 +24,7 @@ tasks.withType(JavaCompile) {
}
dependencies {
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.googlecode.mp4parser:isoparser:1.0.6'
compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
compile fileTree(dir: "$buildDir/native-libs", include: 'native-libs.jar')