Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhzh committed Aug 23, 2017
1 parent be995a6 commit 18fa0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aop/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'signing'
apply plugin: 'maven'

version = "1.1.0"
version = "1.1.1"
project.archivesBaseName = "android-gradle-plugin"

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down
2 changes: 1 addition & 1 deletion aop/maven.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'maven'

version="1.1.0"
version="1.1.1"
group = "com.sensorsdata.analytics.android"
def nexusRepositoryUrl=nexusReleases

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AndroidAspectJXPlugin implements Plugin<Project> {

project.dependencies {
compile 'org.aspectj:aspectjrt:1.8.10'
compile 'com.sensorsdata.analytics.android:SensorsAnalyticsSDK-Runtime:1.0.0'
compile 'com.sensorsdata.analytics.android:SensorsAnalyticsSDK-Runtime:1.0.1'
}

project.extensions.create("sensorsAnalytics", AspectjExtension)
Expand Down

0 comments on commit 18fa0c9

Please sign in to comment.