mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Bump to 8.10.0 RC1
revert wrong color Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
05a21590da
commit
eb9a6d8746
@ -39,8 +39,8 @@ android {
|
||||
targetSdkVersion 28
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
versionCode 80010000 // 0-50=Alpha / 51-98=RC / 90-99=stable
|
||||
versionName "8.1.0 Alhpa 1"
|
||||
versionCode 80010050 // 0-50=Alpha / 51-98=RC / 90-99=stable
|
||||
versionName "8.1.0 Alpha 51"
|
||||
|
||||
flavorDimensions "default"
|
||||
renderscriptTargetApi 19
|
||||
|
@ -20,7 +20,7 @@
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<color name="colorPrimary">#043F21</color>
|
||||
<color name="colorPrimary">#0082C9</color>
|
||||
<color name="textColorOnPrimaryBackground">#ffffff</color> <!-- white/black depending on primary color -->
|
||||
|
||||
<!-- Text color of sent messages -->
|
||||
|
Loading…
Reference in New Issue
Block a user