Skip to content

Commit

Permalink
Update example androidlib
Browse files Browse the repository at this point in the history
Deleted OneSignalConfig.androidlib from example project and ran Window > OneSignal SDK Setup > Copy Android plugin to Assets to apply changes made in previous commit to the example app
  • Loading branch information
shepherd-l committed Jan 10, 2024
1 parent 6afbb71 commit c3f2dee
Showing 1 changed file with 2 additions and 2 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

0 comments on commit c3f2dee

Please sign in to comment.