Skip to content

Commit e7ec756

Browse files
committed
fix: Example building, due to Kotlin version
Use 1.9.25 which matches exactly what we use to build the SDK.
1 parent 35c53e1 commit e7ec756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/OneSignalDemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
kotlinVersion = '1.7.10'
5+
kotlinVersion = '1.9.25'
66
}
77
repositories {
88
google()

0 commit comments

Comments
 (0)