Skip to content

Commit

Permalink
change the huawei package name to com.onesignal.sdktest
Browse files Browse the repository at this point in the history
This was required in order to get assembleRelease to build successfully. The demo app will not work without changes for Huawei builds
  • Loading branch information
emawby committed May 1, 2023
1 parent 46efcf9 commit 3611eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Examples/OneSignalDemo/app/agconnect-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"project_id":"388421841221340564",
"app_id":"107780279",
"api_key":"DAEDAN06wwm3fsiHbQaQzugegFDUc6lpsR9VZGRNoWEbjHpDphR5rSbobUr5/ohT1WlRTyIykjr4GzzEJ/jSxlziFmXF/8e56HAYiw==",
"package_name":"com.onesignal.sdk.test"
"package_name":"com.onesignal.sdktest"
},
"oauth_client":{
"client_id":"107780279",
"client_type":1
},
"app_info":{
"app_id":"107780279",
"package_name":"com.onesignal.sdk.test"
"package_name":"com.onesignal.sdktest"
},
"service":{
"analytics":{
Expand Down Expand Up @@ -79,12 +79,12 @@
"configuration_version":"3.0",
"appInfos":[
{
"package_name":"com.onesignal.sdk.test",
"package_name":"com.onesignal.sdktest",
"client":{
"app_id":"107780279"
},
"app_info":{
"package_name":"com.onesignal.sdk.test",
"package_name":"com.onesignal.sdktest",
"app_id":"107780279"
},
"oauth_client":{
Expand Down
2 changes: 1 addition & 1 deletion Examples/OneSignalDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
huawei {
dimension "default"
minSdkVersion 17
applicationId "com.onesignal.sdk.test"
applicationId "com.onesignal.sdktest"
}
}

Expand Down

0 comments on commit 3611eaa

Please sign in to comment.