Skip to content

Commit

Permalink
修改文件包名和路径,并重新上传
Browse files Browse the repository at this point in the history
  • Loading branch information
OrviboHommyn committed May 21, 2021
1 parent 40e0467 commit 57c2b44
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':MTracePlugin'
include ':traceplugin'
include ':app'
rootProject.name = "TracePlugin"
rootProject.name = "traceplugin"
File renamed without changes.
8 changes: 4 additions & 4 deletions MTracePlugin/build.gradle → traceplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
apply plugin: 'com.github.dcendents.android-maven'

group 'com.github.hank927'
version '1.0.1'
version '1.0.3'
sourceCompatibility = 1.8

repositories {
Expand Down Expand Up @@ -67,7 +67,7 @@ gradlePlugin {
pluginBundle {
website = 'https://github.com/hank927/TracePlugin'
vcsUrl = 'https://github.com/hank927/TracePlugin'
description = 'a library for android apps to trace the method cost'
description = 'a library for android apps to trace the method cost'
tags = ['method', 'trace']

plugins {
Expand All @@ -79,7 +79,7 @@ pluginBundle {

mavenCoordinates {
groupId = 'com.github.hank927'
artifactId = 'MTracePlugin'
version = '1.0.1'
artifactId = 'traceplugin'
version = '1.0.3'
}
}
File renamed without changes.

0 comments on commit 57c2b44

Please sign in to comment.