Skip to content

Commit

Permalink
Merge pull request #82 from trello/dlew/prep-v1.1.2
Browse files Browse the repository at this point in the history
Prepare v1.1.2
  • Loading branch information
dlew committed Jun 8, 2021
2 parents 720a0e6 + 55d5fa6 commit 4338748
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ android:
components:
- tools
- platform-tools
- build-tools-28.0.3
- android-29
- build-tools-30.0.2
- android-30
- extra-android-m2repository

before_install:
- yes | sdkmanager "platforms;android-30"

jdk: oraclejdk8

notifications:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

1.1.2
-----
*2021-06-08*

- ([#81](https://github.com/trello/victor/pull/81), [#83](https://github.com/trello/victor/pull/83), [#84](https://github.com/trello/victor/pull/84), [#85](https://github.com/trello/victor/pull/85)) Added Gradle 7 support.

1.1.1
-----
*2021-03-24*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath 'com.trello:victor:1.1.1'
classpath 'com.trello:victor:1.1.2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}
}
dependencies {
classpath 'com.trello:victor:1.1.1'
classpath 'com.trello:victor:1.1.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}
}
dependencies {
classpath("com.trello:victor:1.1.1")
classpath("com.trello:victor:1.1.2")
}
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':victor'
// include ':sample'
include ':sample'
2 changes: 1 addition & 1 deletion victor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
// Plugin publishing

group = 'com.trello'
version = '1.1.1-SNAPSHOT'
version = '1.1.2-SNAPSHOT'


gradlePlugin {
Expand Down

0 comments on commit 4338748

Please sign in to comment.