Skip to content

Commit

Permalink
fix: #37 bintray plugin error and release 2.3.0-alpha03.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingmei2 committed Nov 2, 2018
1 parent d172839 commit 8de9210
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ implementation 'com.github.qingmei2:rximagepicker_support_zhihu:2.2.0'
implementation 'com.github.qingmei2:rximagepicker_support_wechat:2.2.0'
```

> **If your project use `androidx`, please use version `2.3.0-alpha01`**.
> **If your project use `androidx`, please use version `2.3.0-alpha03`**.
### 2.Interface Configuration

Expand Down
8 changes: 4 additions & 4 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ compile 'com.github.qingmei2:rximagepicker_support_wechat:2.2.0' // 微信图
如果您的项目已经迁移了`AndroidX`,请使用最新版本:

```groovy
compile 'com.github.qingmei2:rximagepicker:2.3.0-alpha01'
compile 'com.github.qingmei2:rximagepicker_support:2.3.0-alpha01'
compile 'com.github.qingmei2:rximagepicker_support_zhihu:2.3.0-alpha01'
compile 'com.github.qingmei2:rximagepicker_support_wechat:2.3.0-alpha01'
compile 'com.github.qingmei2:rximagepicker:2.3.0-alpha03'
compile 'com.github.qingmei2:rximagepicker_support:2.3.0-alpha03'
compile 'com.github.qingmei2:rximagepicker_support_zhihu:2.3.0-alpha03'
compile 'com.github.qingmei2:rximagepicker_support_wechat:2.3.0-alpha03'
```

### 2. 接口配置
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {

// plugin for jcenter
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ project.ext {
compileSdkVersion: 28,
minSdkVersion : 16,
targetSdkVersion : 28,
versionCode : 21,
versionName : "2.3.0-alpha01"
versionCode : 23,
versionName : "2.3.0-alpha03"
]

constants = [
Expand Down
3 changes: 0 additions & 3 deletions rximagepicker_support_wechat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ dependencies {
repositories {
mavenCentral()
}
kapt {
generateStubs = true
}

version = rootProject.ext.android["versionName"]
group = rootProject.ext.constants["group"]
Expand Down
3 changes: 0 additions & 3 deletions rximagepicker_support_zhihu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ dependencies {
repositories {
mavenCentral()
}
kapt {
generateStubs = true
}

version = rootProject.ext.android["versionName"]
group = rootProject.ext.constants["group"]
Expand Down
4 changes: 0 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,4 @@ dependencies {

testImplementation rootProject.ext.dependencies["junit"]
androidTestImplementation rootProject.ext.dependencies["junit"]
}

kapt {
generateStubs = true
}

0 comments on commit 8de9210

Please sign in to comment.