Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.hangman
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.hangman
Merge requests
!32
Resolve "Upgrade framework, build tools and dependencies"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Upgrade framework, build tools and dependencies"
35-upgrade-framework-build-tools-and-dependencies
into
master
Overview
0
Commits
1
Pipelines
2
Changes
7
Merged
Benoît Harrault
requested to merge
35-upgrade-framework-build-tools-and-dependencies
into
master
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
7
Closes
#35 (closed)
0
0
Merge request reports
Viewing commit
0ee99590
Show latest version
7 files
+
124
−
162
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
0ee99590
Upgrade framework, build tools and dependencies
· 0ee99590
Benoît Harrault
authored
1 year ago
android/app/build.gradle
+
2
−
1
View file @ 0ee99590
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,7 +39,8 @@ if (keystorePropertiesFile.exists()) {
}
android
{
compileSdkVersion
31
compileSdkVersion
33
namespace
"org.benoitharrault.hangman"
defaultConfig
{
applicationId
"org.benoitharrault.hangman"
Loading