mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-23 23:39:12 +00:00
4 lines
212 B
Dart
4 lines
212 B
Dart
|
class Urls {
|
||
|
static const String playStore = "https://play.google.com/store/apps/details?id=com.jgeek00.adguard_home_manager";
|
||
|
static const String gitHub = "https://github.com/JGeek00/adguard-home-manager";
|
||
|
}
|