Browse Source

Merge pull request #933 from nextcloud/8100rc1

Bump to 8.10.0 RC1
Tobias Kaminsky 4 years ago
parent
commit
9e6c66e6bc
2 changed files with 3 additions and 3 deletions
  1. 2 2
      app/build.gradle
  2. 1 1
      app/src/main/res/values/colors.xml

+ 2 - 2
app/build.gradle

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

+ 1 - 1
app/src/main/res/values/colors.xml

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