mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Add empty billing factory to nightly variant.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package org.thoughtcrime.securesms.billing
|
||||
|
||||
import android.content.Context
|
||||
|
||||
/**
|
||||
* Website builds do not support google play billing.
|
||||
*/
|
||||
object GooglePlayBillingFactory {
|
||||
@JvmStatic
|
||||
fun create(context: Context): GooglePlayBillingApi {
|
||||
return GooglePlayBillingApi.Empty
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user