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.
 
 

30 regels
621 B

  1. apply plugin: 'com.android.library'
  2. android {
  3. compileSdkVersion 23
  4. buildToolsVersion '23.0.3'
  5. defaultConfig {
  6. minSdkVersion 7
  7. targetSdkVersion 23
  8. versionCode 27
  9. versionName "1.0.12"
  10. }
  11. buildTypes {
  12. release {
  13. minifyEnabled false
  14. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  15. }
  16. }
  17. productFlavors {
  18. }
  19. lintOptions {
  20. abortOnError false
  21. }
  22. }
  23. dependencies {
  24. compile fileTree(dir: 'libs', include: ['*.jar'])
  25. compile 'com.android.support:recyclerview-v7:23.3.0'
  26. }