Fixing build

This commit is contained in:
Hritik Wadhwa 2020-03-21 16:38:00 +05:30
parent e90a1dc992
commit 6094713763
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public class HotspotNotificationManager {
.addAction(R.drawable.ic_close_white_24dp,
context.getString(R.string.stop),
stopHotspot)
.setChannelId(Constants.HOTSPOT_SERVICE_CHANNEL_ID)
.setChannelId(HOTSPOT_SERVICE_CHANNEL_ID)
.build();
}

View File

@ -19,7 +19,7 @@ package org.kiwix.kiwixmobile.core.utils
object Constants {
const val TAG_KIWIX = "kiwix"
const val CONTACT_EMAIL_ADDRESS = "android@kiwix.org";
const val CONTACT_EMAIL_ADDRESS = "android@kiwix.org"
// Request stuff
const val REQUEST_STORAGE_PERMISSION = 1