We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e695314 commit feafdbaCopy full SHA for feafdba
library/build.gradle
@@ -3,4 +3,10 @@ apply plugin: 'com.android.library'
3
android {
4
compileSdkVersion 22
5
buildToolsVersion "22.0.1"
6
+ defaultConfig {
7
+ minSdkVersion 8
8
+ targetSdkVersion 8
9
+ versionCode 1
10
+ versionName "1.0"
11
+ }
12
}
sample/build.gradle
@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.jiahuan.svgmapview.sample"
minSdkVersion 8
- targetSdkVersion 21
versionCode 1
versionName "1.0"
13
0 commit comments