Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
320c19e4
Commit
320c19e4
authored
Jan 22, 2020
by
Emmanuel Garcia
Committed by
Flutter GitHub Bot
Jan 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build aar instructions (#49265)
parent
d3a835e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
gradle.dart
packages/flutter_tools/lib/src/android/gradle.dart
+1
-1
gradle_test.dart
...flutter_tools/test/general.shard/android/gradle_test.dart
+6
-6
No files found.
packages/flutter_tools/lib/src/android/gradle.dart
View file @
320c19e4
...
...
@@ -620,7 +620,7 @@ ${globals.terminal.bolden('Consuming the Module')}
for (final String buildMode in buildModes) {
globals.printStatus('''
$
{
buildMode
}
Implementation
'
$androidPackage
:flutter_
$buildMode
:
$buildNumber
'''
);
$
{
buildMode
}
Implementation
\
'
$androidPackage
:flutter_
$buildMode
:
$buildNumber
\'
'''
);
}
globals
.
printStatus
(
'''
...
...
packages/flutter_tools/test/general.shard/android/gradle_test.dart
View file @
320c19e4
...
...
@@ -1852,9 +1852,9 @@ plugin1=${plugin1.path}
' 3. Make the host app depend on the Flutter module:
\n
'
'
\n
'
' dependencies {
\n
'
' releaseImplementation
\'
com.mycompany:flutter_release:2.2
\n
'
' debugImplementation
\'
com.mycompany:flutter_debug:2.2
\n
'
' profileImplementation
\'
com.mycompany:flutter_profile:2.2
\n
'
' releaseImplementation
\'
com.mycompany:flutter_release:2.2
\
'\
n
'
' debugImplementation
\'
com.mycompany:flutter_debug:2.2
\
'\
n
'
' profileImplementation
\'
com.mycompany:flutter_profile:2.2
\
'\
n
'
' }
\n
'
'
\n
'
'
\n
'
...
...
@@ -1904,7 +1904,7 @@ plugin1=${plugin1.path}
' 3. Make the host app depend on the Flutter module:
\n
'
'
\n
'
' dependencies {
\n
'
' releaseImplementation
\'
com.mycompany:flutter_release:1.0
\n
'
' releaseImplementation
\'
com.mycompany:flutter_release:1.0
\
'\
n
'
' }
\n
'
'
\n
'
'To learn more, visit https://flutter.dev/go/build-aar
\n
'
...
...
@@ -1943,7 +1943,7 @@ plugin1=${plugin1.path}
' 3. Make the host app depend on the Flutter module:
\n
'
'
\n
'
' dependencies {
\n
'
' debugImplementation
\'
com.mycompany:flutter_debug:1.0
\n
'
' debugImplementation
\'
com.mycompany:flutter_debug:1.0
\
'\
n
'
' }
\n
'
'
\n
'
'To learn more, visit https://flutter.dev/go/build-aar
\n
'
...
...
@@ -1983,7 +1983,7 @@ plugin1=${plugin1.path}
' 3. Make the host app depend on the Flutter module:
\n
'
'
\n
'
' dependencies {
\n
'
' profileImplementation
\'
com.mycompany:flutter_profile:1.0
\n
'
' profileImplementation
\'
com.mycompany:flutter_profile:1.0
\
'\
n
'
' }
\n
'
'
\n
'
'
\n
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment