You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shelter/settings.gradle

5 lines
196 B

include ':app'
include ':setup-wizard-lib'
project(':setup-wizard-lib').projectDir = new File('./libs/SetupWizardLibrary/library')
project(':setup-wizard-lib').buildFileName = 'standalone.gradle'