File tree 4 files changed +12
-19
lines changed
4 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion rootProject. ext . compileSdkVersion
5
- buildToolsVersion rootProject. ext . buildToolsVersion
4
+ compileSdkVersion rootProject. compileSdkVersion
5
+ buildToolsVersion rootProject. buildToolsVersion
6
6
7
7
defaultConfig {
8
8
applicationId " com.blankj.androidutilcode"
9
- minSdkVersion rootProject. ext . minSdkVersion
10
- targetSdkVersion rootProject. ext . targetSdkVersion
11
- versionCode rootProject. ext . versionCode
12
- versionName rootProject. ext . versionName
9
+ minSdkVersion rootProject. minSdkVersion
10
+ targetSdkVersion rootProject. targetSdkVersion
11
+ versionCode rootProject. versionCode
12
+ versionName rootProject. versionName
13
13
}
14
14
buildTypes {
15
15
release {
Original file line number Diff line number Diff line change 132
132
android : onClick =" phoneClick"
133
133
android : text =" @string/test.phone" />
134
134
135
- <Button
136
- style =" @style/BtnFont"
137
- android : layout_width =" match_parent"
138
- android : layout_height =" wrap_content"
139
- android : onClick =" phoneClick"
140
- android : text =" @string/test.phone" />
141
-
142
135
<Button
143
136
style =" @style/BtnFont"
144
137
android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 18
18
<string name =" test.location" >LocationUtils Test</string >
19
19
<string name =" test.log" >Log Test</string >
20
20
<string name =" test.network" >NetworkUtils Test</string >
21
- <string name =" test.permission" >NetworkUtils Test</string >
21
+ <string name =" test.permission" >PermissionUtils Test</string >
22
22
<string name =" test.phone" >PhoneUtils Test</string >
23
23
<string name =" test.pinyin" >PinyinUtils Test</string >
24
24
<string name =" test.process" >ProcessUtils Test</string >
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion rootProject. ext . compileSdkVersion
5
- buildToolsVersion rootProject. ext . buildToolsVersion
4
+ compileSdkVersion rootProject. compileSdkVersion
5
+ buildToolsVersion rootProject. buildToolsVersion
6
6
7
7
defaultConfig {
8
- minSdkVersion rootProject. ext . minSdkVersion
9
- versionCode rootProject. ext . versionCode
10
- versionName rootProject. ext . versionName
8
+ minSdkVersion rootProject. minSdkVersion
9
+ versionCode rootProject. versionCode
10
+ versionName rootProject. versionName
11
11
}
12
12
buildTypes {
13
13
release {
You can’t perform that action at this time.
0 commit comments