4 lines
153 B
Groovy
4 lines
153 B
Groovy
// Boilerplate from https://transang.me/create-a-minimal-android-boilerplate-from-scratch/
|
|
rootProject.name = 'ShareWithTitle'
|
|
include ':ShareWithTitle'
|