Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dargoz committed Feb 24, 2021
1 parent cb395b4 commit ef2c96a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
20 changes: 6 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
buildscript {
ext.kotlin_version = '1.3.61'
repositories {
maven { url 'http://10.4.203.28:8081/artifactory/list/RepositoryDevOps/' }
maven { url 'http://bcaartifactory:8080/artifactory/list/jcenter.bintray.com/' }
maven { url 'http://bcaartifactory:8080/artifactory/list/maven.google.com/' }
maven { url 'http://bcaartifactory:8080/artifactory/list/jitpack.io/' }

google()
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
Expand All @@ -19,15 +17,9 @@ buildscript {

allprojects {
repositories {
maven { url 'http://10.4.203.28:8081/artifactory/list/RepositoryDevOps/' }
maven { url 'http://bcaartifactory:8080/artifactory/list/jcenter.bintray.com/' }
maven { url 'http://bcaartifactory:8080/artifactory/list/maven.google.com/' }
maven {
url 'http://bcaartifactory:8080/artifactory/list/jitpack.io/'
content{
includeGroup "com.github.dargoz"
}
}
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down
4 changes: 2 additions & 2 deletions extendedbottomnavigationview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 17
versionName "0.4.2"
versionCode 18
versionName "0.4.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http://bcaartifactory:8080/artifactory/list/services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 comments on commit ef2c96a

Please sign in to comment.