Skip to content

Commit

Permalink
Gradle updates (1.0.0 of AndroidX)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkorossy committed Sep 25, 2018
1 parent 9f7ce1e commit fd20112
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ project.ext.extrasLibraryVersionSuffix = ''

buildscript {
ext {
buildToolsVersion = '28.0.1'
buildToolsVersion = '28.0.3'
minSdkVersion = 14
sdkVersion = 28
androidxVersion = '1.0.0-beta01'
libVersion = '1.0.0-alpha2'
androidxVersion = '1.0.0'
libVersion = '1.0.0'
}
repositories {
jcenter()
maven { url "https://maven.google.com" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-beta04'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'

Expand All @@ -28,7 +27,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://maven.google.com" }
maven { url "https://dl.bintray.com/gericop/maven" }
google()
maven { url "https://dl.bintray.com/takisoft/android" }
}
}
2 changes: 1 addition & 1 deletion preferencex-colorpicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ext {
dependencies {
implementation project(':preferencex')
implementation "androidx.appcompat:appcompat:$androidxVersion"
api 'com.takisoft.fix:colorpicker:1.0.5-alpha3'
api 'com.takisoft.colorpicker:colorpicker:1.0.0'
}

//apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/installv.gradle'
Expand Down
2 changes: 1 addition & 1 deletion preferencex-datetimepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {

dependencies {
implementation project(':preferencex')
api 'com.takisoft.fix:datetimepicker:1.0.7-alpha3'
api 'com.takisoft.datetimepicker:datetimepicker:1.0.0'
}

//apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/installv.gradle'
Expand Down

0 comments on commit fd20112

Please sign in to comment.