Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit e68d561

Browse files
author
Magnus Ernstsson
authored
Changed support lib to 25.1.1 (#141)
1 parent 9a0627d commit e68d561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gradle.ext.licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
3838
gradle.ext.minSdkVersion = 9
3939
gradle.ext.compileSdkVersion = 25
4040
gradle.ext.buildToolsVersion = '25.0.1'
41-
gradle.ext.supportLibraryVersion = '25.1.0'
41+
gradle.ext.supportLibraryVersion = '25.1.1'
4242
gradle.ext.javaVersion = JavaVersion.VERSION_1_7
4343

4444
gradle.allprojects {

0 commit comments

Comments
 (0)