We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b26d16 commit 9615d90Copy full SHA for 9615d90
Lib/build.gradle
@@ -1,8 +1,8 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 19
5
- buildToolsVersion "19.1.0"
+ compileSdkVersion rootProject.ext.compileSdkVersion
+ buildToolsVersion rootProject.ext.buildToolsVersion
6
7
defaultConfig {
8
minSdkVersion 9
Lib/src/main/res/values/styles.xml
@@ -13,7 +13,7 @@
13
</style>
14
15
<!-- Application theme. -->
16
- <style name="AppTheme" parent="AppBaseTheme">
+ <style name="KeychainTheme" parent="AppBaseTheme">
17
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
18
19
0 commit comments