diff --git a/README.md b/README.md index 1b3de89..cb6c8d8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ v1.0.1:缓存工具类,建设中 # 使用方法 -1.复制所需的工具类的所需要的方法到你的工程(推荐) +1. 复制所需的工具类的所需要的方法到你的工程(推荐) 2. gradle集成 diff --git a/aau/build.gradle b/aau/build.gradle index ea7edea..4dfc0a7 100644 --- a/aau/build.gradle +++ b/aau/build.gradle @@ -1,4 +1,7 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.minminaya' android { compileSdkVersion 26 @@ -6,8 +9,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" diff --git a/app/build.gradle b/app/build.gradle index 7c748fa..ddd8ffd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.minminaya.aaudemo" minSdkVersion 21 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/build.gradle b/build.gradle index 47825b2..a59a7c3 100644 --- a/build.gradle +++ b/build.gradle @@ -8,6 +8,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.1.0' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' // NOTE: Do not place your application dependencies here; they belong