Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.colors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.colors
Merge requests
!30
An error occurred while fetching the assigned milestone of the selected merge_request.
Resolve "Fix display colors on old android device"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Fix display colors on old android device"
32-fix-display-colors-on-old-android-device
into
master
Overview
0
Commits
1
Pipelines
3
Changes
8
Merged
Resolve "Fix display colors on old android device"
Benoît Harrault
requested to merge
32-fix-display-colors-on-old-android-device
into
master
Jul 10, 2023
Overview
0
Commits
1
Pipelines
3
Changes
8
Closes
#32 (closed)
0
0
Merge request reports
Compare
master
version 1
3a4662a2
Jul 10, 2023
master (base)
and
latest version
latest version
a3389aa6
1 commit,
Jul 10, 2023
version 1
3a4662a2
1 commit,
Jul 10, 2023
8 files
+
165
−
108
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
android/app/build.gradle
+
1
−
1
View file @ a3389aa6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,7 +39,7 @@ if (keystorePropertiesFile.exists()) {
}
android
{
compileSdkVersion
3
1
compileSdkVersion
3
3
defaultConfig
{
applicationId
"org.benoitharrault.colors"
Loading