Skip to content
GitLab
Explore
Sign in
Hide whitespace changes
Inline
Side-by-side
local.properties
0 → 100644
View file @
0630f641
## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file should *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
sdk.dir
=
C
\:\\
Users
\\
whatifiamdog
\\
AppData
\\
Local
\\
Android
\\
Sdk
\ No newline at end of file
settings.gradle
0 → 100644
View file @
0630f641
pluginManagement
{
repositories
{
gradlePluginPortal
()
google
()
mavenCentral
()
}
}
dependencyResolutionManagement
{
repositoriesMode
.
set
(
RepositoriesMode
.
FAIL_ON_PROJECT_REPOS
)
repositories
{
google
()
mavenCentral
()
maven
{
url
'https://jitpack.io'
}
}
}
rootProject
.
name
=
"WebCamUpload"
include
':app'
Prev
1
2
3
4
Next