Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.sortgame
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.sortgame
Merge requests
!19
Resolve "Add basic game"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Add basic game"
19-add-basic-game
into
master
Overview
0
Commits
1
Pipelines
2
Changes
55
Merged
Resolve "Add basic game"
Benoît Harrault
requested to merge
19-add-basic-game
into
master
Apr 12, 2024
Overview
0
Commits
1
Pipelines
2
Changes
55
Closes
#19 (closed)
0
0
Merge request reports
Viewing commit
362e9a7e
Show latest version
55 files
+
2337
−
185
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
55
362e9a7e
Add basic game
· 362e9a7e
Benoît Harrault
authored
Apr 12, 2024
android/app/build.gradle
+
1
−
1
View file @ 362e9a7e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -37,7 +37,7 @@ if (keystorePropertiesFile.exists()) {
}
android
{
compileSdkVersion
3
3
compileSdkVersion
3
4
namespace
"org.benoitharrault.sortgame"
defaultConfig
{
Loading