Add SpaccWebView for Android

This commit is contained in:
2024-11-01 15:43:40 +01:00
parent 1374d68bd7
commit fd0151b999
21 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'SpaccWebView Application'
include ':app'