Guest User

Untitled

a guest
Jun 20th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. android {
  2. compileSdkVersion 26
  3. defaultConfig {
  4. applicationId "com.exemple.notifprueba"
  5. minSdkVersion 17
  6. targetSdkVersion 26
  7. versionCode 3
  8. multiDexEnabled true
  9. versionName "1.0"
  10. testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
  11. }
  12. buildTypes {
  13. release {
  14. minifyEnabled false
  15. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  16. }
  17. }
  18. productFlavors {
  19. }
Add Comment
Please, Sign In to add comment