Sfoglia il codice sorgente

downgrade to minSdkVersion 16

zhpanvip 5 anni fa
parent
commit
8263087e25
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      bannerview/build.gradle

+ 2 - 2
bannerview/build.gradle

@@ -5,7 +5,7 @@ android {
     compileSdkVersion 27
 
     defaultConfig {
-        minSdkVersion 19
+        minSdkVersion 16
         targetSdkVersion 26
         versionCode 1
         versionName "1.0"
@@ -37,7 +37,7 @@ dependencies {
     implementation 'com.android.support:appcompat-v7:27.1.1'
 }
 
-version = "2.5.0"
+version = "2.5.1"
 def siteUrl = 'https://github.com/zhpanvip/BannerViewPager'      // 项目的主页
 def gitUrl = 'https://github.com/zhpanvip/BannerViewPager.git'   // Git仓库的url
 group = "com.zhpan.library" // Maven Group ID for the artifact,一般填你唯一的包名