Skip to content

Commit a755bb1

Browse files
committed
Downgrade version of support library to 25.0.1
1 parent 863afe6 commit a755bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ext {
1717
compileSdkVersion = 25
1818
buildToolsVersion = '25.0.2'
1919

20-
supportDesign = 'com.android.support:design:25.1.0'
21-
supportAppCompat = 'com.android.support:appcompat-v7:25.1.0'
20+
supportDesign = 'com.android.support:design:25.0.1'
21+
supportAppCompat = 'com.android.support:appcompat-v7:25.0.1'
2222
bottomNavigationBar = 'com.ashokvarma.android:bottom-navigation-bar:1.3.0'
2323
}
2424

0 commit comments

Comments
 (0)