Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
keepactive committed Mar 11, 2021
1 parent 0d8fab1 commit be82ed7
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 16 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2bd5a230a1af639db725c686d08b6ff5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
44fc0b97640fc05a7ac52b663bd899475d711499
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.9.0-beta1</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 @@
482db2fc4b83ad3d95256d037d2dcc7c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
300f5309ab377fe87f6e9954fc9eea755422c8a8
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.7</release>
<release>1.9.0-beta1</release>
<versions>
<version>1.7.7.3</version>
<version>1.7.8</version>
Expand All @@ -26,7 +26,8 @@
<version>1.8.4</version>
<version>1.8.6</version>
<version>1.8.7</version>
<version>1.9.0-beta1</version>
</versions>
<lastUpdated>20201227050049</lastUpdated>
<lastUpdated>20210311072459</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eb667e170611cf0d1e6ebc23cd30c6b9
661b16d75a33301100f958bc019368ae
Original file line number Diff line number Diff line change
@@ -1 +1 @@
af6067565be8841a96cf6de5664b5861d792afbd
54c22728d719ac22da6bca8b3a54eea23c58ddd2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

apply from: "dependencies.gradle"

ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.4.21'
ext.component_group_id = "com.xiaojinzi"
ext.isDependMavenOnline = false
// ext.component_asm_util_class_output_path = "./Temp/ASMUtil.class"
Expand Down
22 changes: 11 additions & 11 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ext.versions = [
// 系统级别的版本号
android_compile_sdk : 29,
android_min_sdk : 16,
android_target_sdk : 29,
version_code : 1000,
version_name : "1.0",
support_lib : "28.0.0",
android_compile_sdk : 29,
android_min_sdk : 16,
android_target_sdk : 29,
version_code : 1000,
version_name : "1.0",
support_lib : "28.0.0",
// 第三方控件的版本号
constraintLayout : '2.0.4',
rxjava : '2.2.21',
rxandroid : "2.1.1",
component_version : "1.8.7",
component_plugin_upload_version: "1.8.7"
constraintLayout : '2.0.4',
rxjava : '2.2.21',
rxandroid : "2.1.1",
component_version : "1.9.0-beta1",
component_plugin_upload_version : "1.9.0-beta1"
]

ext.libs = [
Expand Down

0 comments on commit be82ed7

Please sign in to comment.