Skip to content

Commit d6a7a21

Browse files
lixiaoliang04lixiaoliang04
authored andcommitted
fix jitpack upload
1 parent 51bfe42 commit d6a7a21

File tree

103 files changed

+116
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+116
-53
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
buildscript {
33
repositories {
44
maven { url uri("${rootDir}/maven") }
5+
maven { url uri("${rootDir}/maven-p7z") }
56
mavenLocal()
67
mavenCentral()
78
maven { url "https://jitpack.io" }

file-plugin/src/main/kotlin/com/imf/plugin/so/Plugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ abstract class SoFilePlugin : Plugin<Project> {
5050
//region 尝试查找 aar 里面的可执行文件
5151
val depAAR = project.dependencies.add(
5252
p7zConfig.name, mapOf(
53-
"group" to "com.github.mainlxl.Android-So-Handler",
53+
"group" to "com.github.mainlxl",
5454
"name" to "p7z",
5555
"classifier" to "all",
5656
"version" to "1.0.1",
@@ -72,7 +72,7 @@ abstract class SoFilePlugin : Plugin<Project> {
7272

7373
val dep = project.dependencies.add(
7474
p7zConfig.name, mapOf<String, String>(
75-
"group" to "com.github.mainlxl.Android-So-Handler",
75+
"group" to "com.mainlxl.tools",
7676
"name" to "p7z",
7777
"classifier" to osdetector.classifier,
7878
"version" to "1.0.1",
3.79 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9336544d8f99818dbee116c97e117c4d
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e756c8766bf1502319d2d05c00961bd7fa50dd7e
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
87d0f6c6b7890a05b6eb013d4e256ff82c025f0b2f7f1de1915ff3d94d0dcd70
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
30a2b245d6f1e2502789bd0ea2f3548b47780c002f59d193398d6b01ae860e781869eb53992984ff1952657b926d6cd3a137b09d452496560e841915b1e5a21d
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6eb58f9a58e6bf4b61eb0beab7a56e8d
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d2d6cb79d7c4baf5575a9fbd7641cfa3c94f21ff

0 commit comments

Comments
 (0)