Merge pull request #933 from nextcloud/8100rc1

Bump to 8.10.0 RC1
This commit is contained in:
Tobias Kaminsky 2020-11-10 10:29:16 +01:00 committed by GitHub
commit 9e6c66e6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 -->