blob: 9ee02cdafec6c35ba0ced0bcc837a278947335f0 [file] [edit]
include ':app'
rootProject.name = "game_text_input_testbed"
// Comment all the lines below to use a locally built .aar
// See app/build.gradle as well
include ':game-text-input'
project(':game-text-input').projectDir = file('../../../game-text-input')