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.
 
 

16 lines
264 B

  1. apply plugin: 'com.android.library'
  2. android {
  3. compileSdkVersion 22
  4. buildToolsVersion "22.0.1"
  5. defaultConfig {
  6. minSdkVersion 18
  7. targetSdkVersion 22
  8. }
  9. }
  10. dependencies {
  11. compile 'com.android.support:support-annotations:22.2.0'
  12. }