Skip to content

Commit

Permalink
升级版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
keepactive committed Dec 27, 2020
1 parent 286ba2e commit ff90d65
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ComponentKtImpl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.xiaojinzi123'

archivesBaseName = "component-impl-rx"
archivesBaseName = "component-impl-ktx"

android {
compileSdkVersion versions.android_compile_sdk
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9c60b3b47fda6d0bca825d049e3b211f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
494db5dd444f2aeb16c8b2bfbcd65d36c2390edb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.xiaojinzi.component</groupId>
<artifactId>component-plugin</artifactId>
<version>1.8.7</version>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<version>5.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>
<version>3.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
876e173a2fadae71ed54d21316953818
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bbbcbbc7bd5e583014206b8f348e2167fdda78d4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.xiaojinzi.component</groupId>
<artifactId>component-plugin</artifactId>
<versioning>
<release>1.8.6</release>
<release>1.8.7</release>
<versions>
<version>1.7.7.3</version>
<version>1.7.8</version>
Expand All @@ -25,7 +25,8 @@
<version>1.8.3.6</version>
<version>1.8.4</version>
<version>1.8.6</version>
<version>1.8.7</version>
</versions>
<lastUpdated>20201219062254</lastUpdated>
<lastUpdated>20201227050049</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5a190f735bff731416415ed9c67eca4c
eb667e170611cf0d1e6ebc23cd30c6b9
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8f4a944bca39775e500a91d00dd751ea5fe108a5
af6067565be8841a96cf6de5664b5861d792afbd
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ext.versions = [
constraintLayout : '2.0.4',
rxjava : '2.2.20',
rxandroid : "2.1.1",
component_version : "1.8.6",
component_plugin_upload_version: "1.8.6"
component_version : "1.8.7",
component_plugin_upload_version: "1.8.7"
]

ext.libs = [
Expand Down

0 comments on commit ff90d65

Please sign in to comment.