Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4. compileSdkVersion 23
  5. buildToolsVersion '24.0.0 rc3'
  6. defaultConfig {
  7. minSdkVersion 15
  8. //targetSdkVersion 'android-N'
  9. applicationId "common.josegonzalez.videotest"
  10. targetSdkVersion 22
  11. versionCode 1
  12. versionName "1.0"
  13. ndk { abiFilters "armeabi-v7a" }
  14.  
  15. // Enable the experimental Jack build tools.
  16. useJack = true
  17. }
  18. }
  19.  
  20. dependencies {
  21. compile fileTree(dir: 'libs', include: ['*.jar'])
  22. testCompile 'junit:junit:4.12'
  23. //compile 'com.googlecode.mp4parser:isoparser:1.1.18'
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement