Skip to content

Commit 9615d90

Browse files
author
Dominik Schürmann
committed
Use SDK and build tools versions from root project
1 parent 2b26d16 commit 9615d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 19
5-
buildToolsVersion "19.1.0"
4+
compileSdkVersion rootProject.ext.compileSdkVersion
5+
buildToolsVersion rootProject.ext.buildToolsVersion
66

77
defaultConfig {
88
minSdkVersion 9

Lib/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</style>
1414

1515
<!-- Application theme. -->
16-
<style name="AppTheme" parent="AppBaseTheme">
16+
<style name="KeychainTheme" parent="AppBaseTheme">
1717
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
1818
</style>
1919

0 commit comments

Comments
 (0)