b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

win7 安全设置 第一次使用Android Studio时你应该知道的一切配置(4)

电脑杂谈  发布时间:2018-02-12 10:07:57  来源:网络整理

app的build.gradle:

 1 apply plugin: 'com.android.application'
 2 
 3 android {
 4     compileSdkVersion 19
 5     buildToolsVersion "21.1.1"
 6 
 7     defaultConfig {
 8         applicationId "com.smyhvae.helloworld"
 9         minSdkVersion 14
10         targetSdkVersion 19
11         versionCode 1
12         versionName "1.0"
13     }
14     buildTypes {
15         release {
16             minifyEnabled false
17             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
18         }
19     }
20 }
21 
22 dependencies {
23     compile fileTree(dir: 'libs', include: ['*.jar'])
24     compile project(':stickyscrollview')
25 }

library这个module的build.gradle:

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

扫一扫,你将发现另一个全新的世界,而这将是一场美丽的意外:


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/ruanjian/article-73291-4.html

相关阅读
    发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

    热点图片
    拼命载入中...