Skip to content

Commit

Permalink
Merge pull request #675 from OneSignal/fix/OneSignalConfigSdkVersions
Browse files Browse the repository at this point in the history
[Fix] OneSignalConfig.androidlib minSdkVersion and targetSdkVersion for Unity 2021
  • Loading branch information
shepherd-l authored and jinliu9508 committed Mar 1, 2024
2 parents 1e38883 + 95e6e20 commit f18df06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {

defaultConfig {
consumerProguardFiles "consumer-proguard.pro"
minSdkVersion unityLib.defaultConfig.minSdk
targetSdkVersion unityLib.defaultConfig.targetSdk
minSdkVersion unityLib.defaultConfig.minSdkVersion.mApiLevel
targetSdkVersion unityLib.defaultConfig.targetSdkVersion.mApiLevel
}

compileSdkVersion unityLib.compileSdkVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {

defaultConfig {
consumerProguardFiles "consumer-proguard.pro"
minSdkVersion unityLib.defaultConfig.minSdk
targetSdkVersion unityLib.defaultConfig.targetSdk
minSdkVersion unityLib.defaultConfig.minSdkVersion.mApiLevel
targetSdkVersion unityLib.defaultConfig.targetSdkVersion.mApiLevel
}

compileSdkVersion unityLib.compileSdkVersion
Expand Down

0 comments on commit f18df06

Please sign in to comment.