Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 1850059

Browse files
author
John Cordeiro
committed
Update support libraries version to 25.3.0
1 parent 4f9ba49 commit 1850059

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
dependencies {
2424
compile fileTree(dir: 'libs', include: ['*.jar'])
2525
testCompile 'junit:junit:4.12'
26-
compile 'com.android.support:appcompat-v7:25.1.1'
27-
compile 'com.android.support:design:25.1.1'
26+
compile 'com.android.support:appcompat-v7:25.3.0'
27+
compile 'com.android.support:design:25.3.0'
2828
}
2929

3030
// build a jar with source files

0 commit comments

Comments
 (0)