applicationId "pt.esas.esasosapp"
minSdkVersion 19
targetSdkVersion 21`
This means what?
Please format the code you posted, by wrapping it in triple backticks. -> `
Really
compileSdk = the Android SDK you're compiling your apps with applicationID = your application package name minSdkVersion = the minimum supported SDK level targetSdkVersion = the android version you target. This shuld always be set to the latest Android release.
Обсуждают сегодня