Commit 021a9ee2 authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Fix bug in prev commit (#11030)

parent 030abfd4
......@@ -85,7 +85,7 @@ class AndroidApk extends ApplicationPackage {
String apkPath;
if (isProjectUsingGradle()) {
final String apkPath = await getGradleAppOut();
apkPath = await getGradleAppOut();
if (fs.file(apkPath).existsSync()) {
// Grab information from the .apk. The gradle build script might alter
// the application Id, so we need to look at what was actually built.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment