ritosip/settings.gradle
2025-03-09 23:45:43 +09:00

12 lines
336 B
Groovy

include ':app'
// The following is just for generating libs only.
// To use:
// uncomment out this line
// make sure uncomment out the one inside app/build.gradle to enable dependency
// build the app in Android Studio or command line
// Comment out this line and the one inside app/build.gradle again
// include ':gen-libs'