Skip to content

Commit

Permalink
Gradle 4 and Android plugin 3 improvements #433
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Oct 29, 2017
1 parent 1aa5f24 commit 53dbb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtm-playground/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sourceSets {
}
}

mainClassName = "org.oscim.test.MapsforgeMultiTest"
mainClassName = "org.oscim.test.MapsforgeTest"
run {
if (project.hasProperty("args")) {
args project.getProperty("args").split(",")
Expand Down

0 comments on commit 53dbb73

Please sign in to comment.