Skip to content

Commit

Permalink
准备 发布 1.9.2.2-incremental2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojinzi123 committed Apr 15, 2023
1 parent 3cde4a0 commit a1869b6
Show file tree
Hide file tree
Showing 23 changed files with 144 additions and 13 deletions.
3 changes: 2 additions & 1 deletion Demo/Module1run/src/main/AndroidManifest.xml
Expand Up @@ -10,7 +10,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainAct">
<activity android:name=".MainAct"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
7 changes: 4 additions & 3 deletions Demo/app/src/main/AndroidManifest.xml
Expand Up @@ -18,7 +18,8 @@
android:name="host_app"
android:value="app" />

<activity android:name=".view.ProxyAct"
<activity
android:name=".view.ProxyAct"
android:exported="true">
<intent-filter>
<data android:scheme="component" />
Expand All @@ -38,8 +39,8 @@
<activity android:name=".view.TestFragmentRouterAct" />
<activity
android:name=".view.MainAct"
android:launchMode="singleInstance"
android:exported="true">
android:exported="true"
android:launchMode="singleInstance">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
9ab012eeea74f4fc31e1c775aefc74a4
@@ -0,0 +1 @@
ac3159dfd12cef32d00c95efb7af51967b3804e3
@@ -0,0 +1 @@
329b4ebb97ea9f3ec2e8f98007d32d0deb48adec69764447a44cfff5ba5df793
@@ -0,0 +1 @@
b8d2f66f3fe8c9c9be69e3e5ebe07fec90708328e5050cf2e06d12790b9d62440e8fdcb7f5c7f59cbd1c89c4e550948b770590096fb9d04ab276491ed63875c5
@@ -0,0 +1,83 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.xiaojinzi.component",
"module": "component-plugin",
"version": "1.9.2.2-incremental2",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "7.5"
}
},
"variants": [
{
"name": "apiElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 11,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "component-plugin-1.9.2.2-incremental2.jar",
"url": "component-plugin-1.9.2.2-incremental2.jar",
"size": 25728,
"sha512": "b8d2f66f3fe8c9c9be69e3e5ebe07fec90708328e5050cf2e06d12790b9d62440e8fdcb7f5c7f59cbd1c89c4e550948b770590096fb9d04ab276491ed63875c5",
"sha256": "329b4ebb97ea9f3ec2e8f98007d32d0deb48adec69764447a44cfff5ba5df793",
"sha1": "ac3159dfd12cef32d00c95efb7af51967b3804e3",
"md5": "9ab012eeea74f4fc31e1c775aefc74a4"
}
]
},
{
"name": "runtimeElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 11,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "org.ow2.asm",
"module": "asm-all",
"version": {
"requires": "5.2"
}
},
{
"group": "com.android.tools.build",
"module": "gradle",
"version": {
"requires": "3.3.0"
}
},
{
"group": "com.google.code.gson",
"module": "gson",
"version": {
"requires": "2.10.1"
}
}
],
"files": [
{
"name": "component-plugin-1.9.2.2-incremental2.jar",
"url": "component-plugin-1.9.2.2-incremental2.jar",
"size": 25728,
"sha512": "b8d2f66f3fe8c9c9be69e3e5ebe07fec90708328e5050cf2e06d12790b9d62440e8fdcb7f5c7f59cbd1c89c4e550948b770590096fb9d04ab276491ed63875c5",
"sha256": "329b4ebb97ea9f3ec2e8f98007d32d0deb48adec69764447a44cfff5ba5df793",
"sha1": "ac3159dfd12cef32d00c95efb7af51967b3804e3",
"md5": "9ab012eeea74f4fc31e1c775aefc74a4"
}
]
}
]
}
@@ -0,0 +1 @@
2fd642a0b1939ac4f107bca8e1730a34
@@ -0,0 +1 @@
fe07794ae00c800bd1b3025864346fb7ac37434d
@@ -0,0 +1 @@
ac99147a886d9dbb80d3a652724068aa458850da98dc28dda0f1dd28058eb918
@@ -0,0 +1 @@
11fe4516cc4b6d173f42fc3d6df14e7d3a7dd502b64e122919df47a759c3eef67aa06e6bdda50991662a50799184a26c2ecf224a8703ede543e09d896d5985cd
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.xiaojinzi.component</groupId>
<artifactId>component-plugin</artifactId>
<version>1.9.2.2-incremental2</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.10.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
be0facc56e1cd16367dd00f1a073fd87
@@ -0,0 +1 @@
fbce06f7faacc229d4b35243d0162be8c8c718dc
@@ -0,0 +1 @@
08981c4e6972012322570a3fb0ecf548fbe2fbda8e6249455c329eb2a9fa2d67
@@ -0,0 +1 @@
9bb1345878c660a554956ef04eedf979b1ffcc4a443022806b827faec09bd6fc772c896336543e41e6772e25c324081fb32e5c8a4b4d88406df4ec52dc4fee3d
Expand Up @@ -3,8 +3,8 @@
<groupId>com.xiaojinzi.component</groupId>
<artifactId>component-plugin</artifactId>
<versioning>
<latest>1.9.2.2-incremental1</latest>
<release>1.9.2.2-incremental1</release>
<latest>1.9.2.2-incremental2</latest>
<release>1.9.2.2-incremental2</release>
<versions>
<version>1.7.7.3</version>
<version>1.7.8</version>
Expand Down Expand Up @@ -38,7 +38,8 @@
<version>1.9.2.2</version>
<version>1.9.2.1-incremental1</version>
<version>1.9.2.2-incremental1</version>
<version>1.9.2.2-incremental2</version>
</versions>
<lastUpdated>20230415133713</lastUpdated>
<lastUpdated>20230415140829</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
1f9e8070ec0ab2c124e2e91d0a30fa5a
0ee14273f5822ca01682b1f33c75b444
@@ -1 +1 @@
74a0ead315ce9f725371a319970dc8fe50c7fb05
cd07e2ff78594133817681c4c87f70dfff769b63
@@ -1 +1 @@
55ebd39ef8e3bc11b57cbdc96730ea782c5f57ce266488d6b5bd8e25fbd9db02
6a8b827aa1b49cc5e8efebd72e3366b1112bebd19c760bb12b174cc47d0b3f74
@@ -1 +1 @@
c9d1227f61c90b48d5198e38324bee68bc02fa439b37cd247671c3b60dd40e5a82485c29e48ac54929ffb4979baf67122ddb3050233fa73bda55bc2eaaf0df6c
8fc3b4d307c9e98a42bfbbc381cd23f4b2c697518de0486edc93647fd9535d3165fdef962b3cb93f4bf316acddda3c4b2a210877c646e3dd7d1385d4761142da
4 changes: 2 additions & 2 deletions dependencies.gradle
Expand Up @@ -11,8 +11,8 @@ ext.versions = [
// 第三方控件的版本号
rxjava : '2.2.21',
rxandroid : "2.1.1",
component_version : "1.9.2.2-incremental1",
component_plugin_upload_version : "1.9.2.2-incremental1"
component_version : "1.9.2.2-incremental2",
component_plugin_upload_version : "1.9.2.2-incremental2"
]

ext.libs = [
Expand Down

0 comments on commit a1869b6

Please sign in to comment.