Guest User

Untitled

a guest
Dec 11th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. android {
  2. compileSdkVersion 28
  3. defaultConfig {
  4. applicationId "com.ash_eng.www.contordroid"
  5. minSdkVersion 22
  6. targetSdkVersion 28
  7. versionCode 1
  8. versionName "1.0"
  9. testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
  10. externalNativeBuild {
  11. cmake {
  12. cppFlags ""
  13. }
  14. }
  15. }
  16. buildTypes {
  17. release {
  18. minifyEnabled false
  19. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  20. }
  21. }
  22. externalNativeBuild {
  23. cmake {
  24. path "CMakeLists.txt"
  25. }
  26. }
  27. compileOptions {
  28. sourceCompatibility JavaVersion.VERSION_1_8
  29. targetCompatibility JavaVersion.VERSION_1_8
  30. }
Add Comment
Please, Sign In to add comment