Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. android {
  2.     compileSdkVersion 27
  3.     buildToolsVersion "26.0.3"
  4.    
  5.  
  6.     defaultConfig {
  7.         applicationId "com.myapp.aplikasiku"
  8.         minSdkVersion 16
  9.         targetSdkVersion 26
  10.         versionCode 1
  11.         versionName "1.0"
  12.         ndk {
  13.             abiFilters "armeabi-v7a", "x86"
  14.         }
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement