From 0212e618b159ac9c8198bd7b67ee34815cafb842 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 12 Nov 2018 10:41:13 +0000 Subject: [PATCH] CommonInstaller: fix GSync Adapter installation (gitlab #18) --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index 61535e6..eae9e0a 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -730,7 +730,7 @@ install_gsync () { else ui_print " << with Google Sync Adapters (${GSYNC_VER})" - for app in CalendarSync ContactsSync GoogleBackupTransport; do + for app in GoogleCalendarSync GoogleContactsSync GoogleBackupTransport; do nanodroid_install_apk ${app} done