Skip to content

Commit

Permalink
[Vision Glass] App name and China app id
Browse files Browse the repository at this point in the history
Set the app name of the Vision Glass variant to "Wolvic Vision"
and the application id for China to "com.igalia.wolvic.visionglass".
  • Loading branch information
felipeerias authored and svillar committed Jun 26, 2024
1 parent e7945de commit d6ec7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ android {

visionglass {
dimension "platform"
applicationId "com.igalia.wolvic"
applicationIdSuffix ".visionglass"
resValue "string", "app_name", "Wolvic Vision Glass"
resValue "string", "app_name", "Wolvic Vision"
targetSdkVersion build_versions.target_sdk_visionglass
externalNativeBuild {
cmake {
Expand Down

0 comments on commit d6ec7a0

Please sign in to comment.