Skip to content

Commit

Permalink
Revert Kotlin version to 1.7.10. (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire authored Jul 14, 2023
1 parent 1dc9a36 commit 0281600
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Braintree Android SDK Release Notes

## unreleased

* All Modules
* Revert Kotlin version to `1.7.10`

## 4.35.0

* GooglePay
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
def roomVersion = System.getenv('CI') ? java7SafeRoomVersion : m1MacSafeRoomVersion

ext.versions = [
"kotlin" : "1.8.0",
"kotlin" : "1.7.10",
"androidxTest" : "1.4.0",
// NEXT MAJOR VERSION: Use a single up-to-date room version once we remove Java 7 support in favor of Java 11
"room" : roomVersion,
Expand Down

0 comments on commit 0281600

Please sign in to comment.