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