Skip to content

Commit

Permalink
[Vision Glass] Update app id for global App Gallery
Browse files Browse the repository at this point in the history
The release of Wolvic in the China App Gallery uses the app ID

    com.igalia.wolvic.visionglass

Therefore, we need to use a different ID for the global release:

    com.igalia.wolvic.world.visionglass
  • Loading branch information
felipeerias authored and svillar committed Sep 18, 2024
1 parent ab6d436 commit 09b98f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,9 @@ android.applicationVariants.configureEach { variant ->
variant.resValue 'string', 'HOMEPAGE_URL', '"https://wolvic.com/zh/start/pico.html"'
variant.buildConfigField "String[]", "SPEECH_SERVICES", "{ com.igalia.wolvic.speech.SpeechServices.MEETKAI }"
}
} else if (platform.toLowerCase().startsWith('visionglass')) {
// Adjust the applicationId so it matches what the store expects.
variant.mergedFlavor.applicationIdSuffix ".world.visionglass"
}

// Append "Dev" to the app name for debug builds. We do it by directly modifying the resource
Expand Down

0 comments on commit 09b98f2

Please sign in to comment.