Skip to content

Commit

Permalink
Clean project build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pierfrancescogulinelli committed May 7, 2021
1 parent e00ab84 commit 4b02b8a
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ buildscript {
repositories {
google()
jcenter()
maven {
name 'intellitronika'
url "http://0.0.0.0:80"
credentials {
username = 'root'
password = 'xIPq8SX5FfA7snHJGWZTiQanMS5Z2rKsJl95POupVHyKWR165tObUvXCa568TgEG'
}
authentication {
basic(BasicAuthentication)
}
}
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.3"
Expand All @@ -33,18 +22,7 @@ allprojects {
repositories {
google()
jcenter()
maven {
name 'intellitronika'
url "http://0.0.0.0:80"
credentials {
username = 'root'
password = 'xIPq8SX5FfA7snHJGWZTiQanMS5Z2rKsJl95POupVHyKWR165tObUvXCa568TgEG'
}
authentication {
basic(BasicAuthentication)
}
}
// mavenLocal()
mavenLocal()
}
}

Expand Down

0 comments on commit 4b02b8a

Please sign in to comment.