Bump to 8.10.0 RC1

revert wrong color

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-11-10 10:18:33 +01:00
parent 05a21590da
commit eb9a6d8746
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 -->