Skip to content

Commit 6b75ff8

Browse files
authored
docs(CHANGELOG): add note about kotlinVersion for 2.2.1+
1 parent 86d3fba commit 6b75ff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
## 2.2.2
66
- fix(android, build): set kotlin version, should fix #277 (thanks @mikehardy!)
77

8+
**UNINTENTIONAL BREAKING CHANGE**: older android build toolchains, as are in use in react-native 0.66 and below, require kotlinVersion = "1.6.21" in your android/build.gradle ext block to compile. Sorry for the hassle. See https://github.com/invertase/react-native-apple-authentication/issues/297
9+
10+
11+
812
## 2.2.1
913
- fix(android, build): remove jcenter from build repo list (#281) (thanks @maheshwarimrinal!)
1014

0 commit comments

Comments
 (0)