Skip to content

Commit

Permalink
1.1.1-b1 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
young committed May 13, 2022
1 parent 051bcf5 commit 22a7889
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 135 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 0 additions & 24 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,41 +1,17 @@
buildscript {
repositories {
maven {
url 'https://maven.aliyun.com/repository/public'
}
maven {
url 'https://maven.aliyun.com/repository/google'
}
maven {
url 'https://maven.aliyun.com/repository/gradle-plugin'
}
maven { url 'https://jitpack.io' }
google()
mavenCentral()
}
}

allprojects {
repositories {
maven {
url 'https://maven.aliyun.com/repository/public'
}
maven {
url 'https://maven.aliyun.com/repository/google'
}
maven {
url 'https://maven.aliyun.com/repository/gradle-plugin'
}
maven { url 'https://jitpack.io' }
google()
mavenCentral()
}
}

ext {
pluginVersion = '1.1.0-b1'
}

task clean(type: Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ afterEvaluate {
from components.java
groupId = 'com.mosect'
artifactId = 'smali-plugin'
version = rootProject.ext.pluginVersion
version = '1.1.1-b1'
}
}
}
Expand Down
1 change: 0 additions & 1 deletion sdk/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions sdk/build.gradle

This file was deleted.

15 changes: 0 additions & 15 deletions sdk/src/main/java/com/mosect/smali/annotation/Delete.java

This file was deleted.

15 changes: 0 additions & 15 deletions sdk/src/main/java/com/mosect/smali/annotation/Ignore.java

This file was deleted.

15 changes: 0 additions & 15 deletions sdk/src/main/java/com/mosect/smali/annotation/Merge.java

This file was deleted.

15 changes: 0 additions & 15 deletions sdk/src/main/java/com/mosect/smali/annotation/Original.java

This file was deleted.

15 changes: 0 additions & 15 deletions sdk/src/main/java/com/mosect/smali/annotation/Replace.java

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include ':plugin'
include ':sdk'

0 comments on commit 22a7889

Please sign in to comment.