Add billing module, provide a separate build for Google Play

This commit is contained in:
albexk
2024-09-17 20:51:02 +03:00
committed by NickVs2015
parent 2d098a3c21
commit 1d345dfde2
6 changed files with 104 additions and 9 deletions
@@ -0,0 +1,7 @@
package org.amnezia.vpn
class BillingProvider {
fun type(): String {
return "PLAY"
}
}