Skip to content

Commit f176a9d

Browse files
committed
Explicitly use preference-v14 24.0.0 library
It seems that the latest version of preferenecv14 library has bug and complains about missing preference theme. Using 24.0.0 version resolves the issue. Change-Id: Ie05456e8d7f1f2472249db1b703367ccb9c54570 Fix: 30242478
1 parent 57fa529 commit f176a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666
}
6767

6868
dependencies {
69-
compile 'com.android.support:preference-v14:24+'
69+
compile 'com.android.support:preference-v14:24.0.0'
7070
compile 'com.android.support:recyclerview-v7:24.+'
7171
compile "com.android.support:support-v13:24.+"
7272
compile 'com.google.android.gms:play-services-safetynet:+'

0 commit comments

Comments
 (0)