Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit e252a0b

Browse files
author
evtushenko-bogdan
committed
Added bug fixes.
1 parent 9d7cb77 commit e252a0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/java/com/bogdan/codeforceswatcher/adapter/UserAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class UserAdapter(private val items: MutableList<User>, private val ctx: Context
7979
"pupil" -> green
8080
"specialist" -> bluegreen
8181
"expert" -> blue
82-
"master candidate" -> purple
82+
"candidate master" -> purple
8383
"master" -> orange
8484
"international master" -> orange
8585
"grandmaster" -> red

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<color name="green">#008000</color>
88
<color name="bluegreen">#0D98BA</color>
99
<color name="blue">#0000FF</color>
10-
<color name="purple">#800080</color>
10+
<color name="purple">#BA55D3</color>
1111
<color name="orange">#FFA500</color>
1212
<color name="red">#FF0000</color>
1313
<color name="brightgreen">#00FF00</color>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.1.3'
13+
classpath 'com.android.tools.build:gradle:3.1.4'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
classpath 'io.fabric.tools:gradle:1.25.4'
1616
classpath 'com.google.gms:google-services:4.0.1'

0 commit comments

Comments
 (0)