Skip to content

Commit

Permalink
兼容gradle到3.0.1 版本1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
周超翔 committed Oct 29, 2019
1 parent 63f4c4b commit adc1ed1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

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

6 changes: 3 additions & 3 deletions aspectj_plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'groovy'
apply plugin: 'maven'

group = "com.zcxshare"
version = "1.0.1"
group = "com.github.zcxshare"
version = "1.0.3"

dependencies {
implementation gradleApi()
implementation localGroovy()
implementation "com.android.tools.build:gradle:3.5.1"
implementation "com.android.tools.build:gradle:3.0.1"
implementation 'org.aspectj:aspectjrt:1.9.4'
implementation "org.aspectj:aspectjtools:1.9.4"

Expand Down
4 changes: 4 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ apply plugin: 'zcx-aspectj-plugin'

android {
compileSdkVersion 27
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
applicationId "com.zcx.zcxaspectj"
minSdkVersion 21
Expand Down

0 comments on commit adc1ed1

Please sign in to comment.