Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.random
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.random
Merge requests
!95
Resolve "Upgrade Android Gradle Plugin"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Upgrade Android Gradle Plugin"
97-upgrade-android-gradle-plugin
into
master
Overview
0
Commits
1
Pipelines
2
Changes
8
Merged
Benoît Harrault
requested to merge
97-upgrade-android-gradle-plugin
into
master
5 months ago
Overview
0
Commits
1
Pipelines
2
Changes
8
Closes
#97 (closed)
0
0
Merge request reports
Viewing commit
4fcf1742
Show latest version
8 files
+
284
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
4fcf1742
Upgrade Android Gradle Plugin
· 4fcf1742
Benoît Harrault
authored
5 months ago
android/app/build.gradle
+
1
−
1
View file @ 4fcf1742
Edit in single-file editor
Open in Web IDE
Show full file
@@ -13,7 +13,7 @@ if (keystorePropertiesFile.exists()) {
@@ -13,7 +13,7 @@ if (keystorePropertiesFile.exists()) {
android
{
android
{
namespace
=
"org.benoitharrault.random"
namespace
=
"org.benoitharrault.random"
compileSdk
=
flutter
.
compileSdkVersion
compileSdk
=
flutter
.
compileSdkVersion
ndkVersion
=
flutter
.
ndkVersion
ndkVersion
=
"27.0.12077973"
compileOptions
{
compileOptions
{
sourceCompatibility
=
JavaVersion
.
VERSION_1_8
sourceCompatibility
=
JavaVersion
.
VERSION_1_8
Loading