Skip to content

Commit

Permalink
Merge pull request #1934 from OneSignal/player-model/fix-project-errors
Browse files Browse the repository at this point in the history
[Player Model] Fix project errors
  • Loading branch information
jkasten2 authored Dec 7, 2023
2 parents 001a42e + 19c5451 commit 48860d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneSignalSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
huaweiAgconnectVersion = '1.6.2.300'
huaweiHMSPushVersion = '6.3.0.304'
huaweiHMSLocationVersion = '4.0.0.300'
kotlinVersion = '1.4.32'
kotlinVersion = '1.5.32'
ktlintVersion = '11.0.0'
detektVersion = '1.21.0'
}
Expand Down
2 changes: 1 addition & 1 deletion OneSignalSDK/unittest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
buildVersions = [
minSdkVersion: 17,
minSdkVersion: 19,
versionCode: 1,
versionName: '1.0'
]
Expand Down

0 comments on commit 48860d2

Please sign in to comment.