Skip to content

Commit

Permalink
发布library到JitPack仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
minminaya committed Mar 30, 2018
1 parent e340d14 commit 7f67db1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ v1.0.1:缓存工具类,建设中

# 使用方法

1.复制所需的工具类的所需要的方法到你的工程(推荐)
1. 复制所需的工具类的所需要的方法到你的工程(推荐)

2. gradle集成

Expand Down
7 changes: 5 additions & 2 deletions aau/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.minminaya'

android {
compileSdkVersion 26

defaultConfig {
minSdkVersion 21
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f67db1

Please sign in to comment.