Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Update from release/7.0.0 (#39)
Browse files Browse the repository at this point in the history
* Jenkins Release Job 32 message: Update Plugin Changelog Doc

* Jenkins Release Job 32 message: Update Plugin Readme Doc

Co-authored-by: Thunderhead Bot <scrum-team-x@thunderhead.com>
  • Loading branch information
github-actions[bot] and Thunderhead Bot authored Feb 10, 2022
1 parent da63293 commit becafda
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [7.0.0](https://bitbucket.org/thunderhead-com/one-mobile-android-gradle-plugin/compare/6.0.1...7.0.0) (2022-02-09)


### BREAKING CHANGES

MOB-1925
* **aspects:** Aspects are upgraded

MOB-1911
* **aspects:** Fixed a runtime error where static method `getLogger()` could not be found.



## [6.0.1](https://bitbucket.org/thunderhead-com/one-mobile-android-gradle-plugin/compare/6.0.0...6.0.1) (2021-11-03)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requires Gradle 5.6.4+
```kotlin
// build.gradle.kts
plugins {
id("com.thunderhead.android.orchestration-plugin") version "6.0.1"
id("com.thunderhead.android.orchestration-plugin") version "7.0.0"
}
```

Expand All @@ -21,7 +21,7 @@ Requires Gradle 5.6.4+
```groovy
// build.gradle
plugins {
id 'com.thunderhead.android.orchestration-plugin' version '6.0.1'
id 'com.thunderhead.android.orchestration-plugin' version '7.0.0'
}
```

Expand Down Expand Up @@ -64,7 +64,7 @@ Requires Gradle 5.6.4+
}
}
dependencies {
classpath("com.thunderhead.android:orchestration-plugin:6.0.1")
classpath("com.thunderhead.android:orchestration-plugin:7.0.0")
}
}
apply(plugin = "com.thunderhead.android:orchestration-plugin")
Expand All @@ -83,7 +83,7 @@ Requires Gradle 5.6.4+
}
}
dependencies {
classpath 'com.thunderhead.android:orchestration-plugin:6.0.1'
classpath 'com.thunderhead.android:orchestration-plugin:7.0.0'
}
}
apply plugin: 'com.thunderhead.android.orchestration-plugin'
Expand Down

0 comments on commit becafda

Please sign in to comment.