選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
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. }