You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
465 B

  1. apply plugin: 'com.android.library'
  2. android {
  3. compileSdkVersion 20
  4. buildToolsVersion '26.0.2'
  5. defaultConfig {
  6. minSdkVersion 9
  7. targetSdkVersion 22
  8. }
  9. buildTypes {
  10. release {
  11. minifyEnabled false
  12. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
  13. }
  14. }
  15. }
  16. dependencies {
  17. compile files('libs/doublescreen.jar')
  18. compile files('libs/androidsim.jar')
  19. }