Ezerous
6 years ago
No known key found for this signature in database
GPG Key ID: 262B2954BBA319E3
2 changed files with
3 additions and
3 deletions
-
app/build.gradle
-
app/src/main/res/values/styles.xml
|
@ -13,8 +13,8 @@ android { |
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
minSdkVersion 19 |
|
|
minSdkVersion 19 |
|
|
targetSdkVersion 28 |
|
|
targetSdkVersion 28 |
|
|
versionCode 16 |
|
|
versionCode 17 |
|
|
versionName "1.6.1" |
|
|
versionName "1.6.2" |
|
|
archivesBaseName = "mTHMMY-v$versionName" |
|
|
archivesBaseName = "mTHMMY-v$versionName" |
|
|
buildConfigField "String", "CURRENT_BRANCH", "\"" + getCurrentBranch() + "\"" |
|
|
buildConfigField "String", "CURRENT_BRANCH", "\"" + getCurrentBranch() + "\"" |
|
|
buildConfigField "String", "COMMIT_HASH", "\"" + getCommitHash() + "\"" |
|
|
buildConfigField "String", "COMMIT_HASH", "\"" + getCommitHash() + "\"" |
|
|
|
@ -31,7 +31,7 @@ |
|
|
<style name="AppTheme.NoActionBar" parent="BaseAppTheme.NoActionBar"/> |
|
|
<style name="AppTheme.NoActionBar" parent="BaseAppTheme.NoActionBar"/> |
|
|
|
|
|
|
|
|
<style name="AppTheme.PreferenceTheme" parent="AppTheme.NoActionBar"> |
|
|
<style name="AppTheme.PreferenceTheme" parent="AppTheme.NoActionBar"> |
|
|
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item> |
|
|
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item> |
|
|
<item name="colorControlActivated">@color/accent</item> |
|
|
<item name="colorControlActivated">@color/accent</item> |
|
|
</style> |
|
|
</style> |
|
|
|
|
|
|
|
|