| 12345678910111213141516171819 | 
							- pluginManagement {
 
-     repositories {
 
-         google()
 
-         mavenCentral()
 
-         gradlePluginPortal()
 
-     }
 
- }
 
- dependencyResolutionManagement {
 
-     repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
 
-     repositories {
 
-         google()
 
-         mavenCentral()
 
-         maven { url = uri("https://www.jitpack.io") }
 
-     }
 
- }
 
- rootProject.name = "FastestVPN"
 
- include(":app")
 
-  
 
 
  |