Skip to content

Commit

Permalink
add internal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
v1sar committed Jan 21, 2019
1 parent 2a9088a commit 8993393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildscript {
ext.kotlin_version = '1.3.11'
repositories {
maven { url pInternalRepositoryUrl= }
google()
jcenter()
}
Expand All @@ -17,6 +18,7 @@ buildscript {

allprojects {
repositories {
maven { url pInternalRepositoryUrl= }
google()
jcenter()
}
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ pPublish = false
pMinSdkVersion=14
pBuildToolsVersion=28.0.3
pAndroidSupportVersion=25.1.0
pTargetSdkVersion=27
pTargetSdkVersion=27

pInternalRepositoryUrl=

0 comments on commit 8993393

Please sign in to comment.