Skip to content

Commit

Permalink
Launch command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-nov committed Jan 7, 2023
1 parent 6ce7350 commit 6350c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ task run(type: Exec) {
}

final def adb = path + '/platform-tools/adb'
commandLine "$adb", 'shell', 'am', 'start', '-n', 'com.andrzejn.tangler/com.andrzejn.tangler.AndroidLauncher'
commandLine "$adb", 'shell', 'am', 'start', '-n', 'com.andrzejn.chainrelations/com.andrzejn.chainrelations.AndroidLauncher'
}

eclipse.project.name = appName + '-android'

0 comments on commit 6350c45

Please sign in to comment.