Skip to content

Commit feafdba

Browse files
committed
Update grade
1 parent e695314 commit feafdba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

library/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ apply plugin: 'com.android.library'
33
android {
44
compileSdkVersion 22
55
buildToolsVersion "22.0.1"
6+
defaultConfig {
7+
minSdkVersion 8
8+
targetSdkVersion 8
9+
versionCode 1
10+
versionName "1.0"
11+
}
612
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
defaultConfig {
88
applicationId "com.jiahuan.svgmapview.sample"
99
minSdkVersion 8
10-
targetSdkVersion 21
10+
targetSdkVersion 8
1111
versionCode 1
1212
versionName "1.0"
1313
}

0 commit comments

Comments
 (0)