Skip to content

Commit

Permalink
Fix Legacy gallery (#22334)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed May 10, 2024
1 parent 7076514 commit 6839e3d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ static IApp InitializeApp()
#if __ANDROID__
static IApp InitializeAndroidApp()
{
var envApkPath = Environment.GetEnvironmentVariable("APP_APK");
var envApkPath = Environment.GetEnvironmentVariable("ANDROID_APP");


var fullApkPath = string.IsNullOrEmpty(envApkPath) ? IOPath.Combine(TestContext.CurrentContext.TestDirectory, AppPaths.ApkPath)
Expand Down

0 comments on commit 6839e3d

Please sign in to comment.