mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Add billing module, provide a separate build for Google Play
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.amnezia.vpn
|
||||
|
||||
class BillingProvider {
|
||||
fun type(): String {
|
||||
return "PLAY"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user