File tree Expand file tree Collapse file tree 6 files changed +13
-9
lines changed
java/org/buffer/android/components Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
26
26
27
27
dependencies {
28
28
implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
29
- implementation ' com.android.support :appcompat-v7:28 .0.0'
29
+ implementation ' androidx.appcompat :appcompat:1 .0.0'
30
30
implementation ' com.google.android.material:material:1.0.0'
31
31
implementation ' com.github.bufferapp:CounterView:115e659a89'
32
32
}
@@ -36,7 +36,7 @@ publish {
36
36
userOrg = ' buffer'
37
37
groupId = ' org.buffer.android'
38
38
artifactId = ' android-components'
39
- publishVersion = ' 0.2 '
39
+ publishVersion = ' 0.3 '
40
40
desc = ' An Android library for frequently used UI components'
41
41
website = ' https://github.com/bufferapp/android-components'
42
42
}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package org.buffer.android.components
3
3
import android.buffer.org.ui_kit.R
4
4
import android.content.Context
5
5
import android.graphics.Typeface
6
- import android.support.v4 .content.ContextCompat
7
- import android.support.v7 .widget.AppCompatButton
6
+ import androidx.core .content.ContextCompat
7
+ import androidx.appcompat .widget.AppCompatButton
8
8
import android.util.AttributeSet
9
9
import android.view.Gravity.CENTER
10
10
Original file line number Diff line number Diff line change 68
68
<color name =" green_darker" >#364E0D</color >
69
69
70
70
<color name =" text_primary" >@color/gray_darker</color >
71
+ <color name =" text_secondary" >@color/gray_dark</color >
71
72
<color name =" text_disabled" >@color/gray_dark</color >
72
73
<color name =" text_placeholder" >@color/gray</color >
73
74
<color name =" text_notice" >@color/red_dark</color >
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.2.61 '
4
+ ext. kotlin_version = ' 1.3.41 '
5
5
repositories {
6
6
google()
7
7
maven { url ' https://maven.fabric.io/public' }
8
- maven { url ' https://plugins.gradle.org/m2/' }
8
+ maven { url ' https://plugins.gradle.org/m2/' }
9
9
mavenCentral()
10
10
jcenter()
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.2.0 '
13
+ classpath ' com.android.tools.build:gradle:3.5.1 '
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
15
classpath ' com.novoda:bintray-release:0.9.1'
16
16
@@ -23,7 +23,7 @@ allprojects {
23
23
repositories {
24
24
mavenCentral()
25
25
maven { url " https://maven.google.com" }
26
- maven { url " https://dl.bintray.com/buffer/Maven" }
26
+ maven { url " https://dl.bintray.com/buffer/Maven" }
27
27
maven { url ' https://jitpack.io' }
28
28
google()
29
29
jcenter()
Original file line number Diff line number Diff line change 6
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
7
# Specifies the JVM arguments used for the daemon process.
8
8
# The setting is particularly useful for tweaking memory settings.
9
+ android.enableJetifier =true
10
+ android.useAndroidX =true
9
11
org.gradle.jvmargs =-Xmx1536m
10
12
# When configured, Gradle will run in incubating parallel mode.
11
13
# This option should only be used with decoupled projects. More details, visit
Original file line number Diff line number Diff line change
1
+ # Fri Nov 15 14:51:08 CST 2019
1
2
distributionBase =GRADLE_USER_HOME
2
3
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6-all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
You can’t perform that action at this time.
0 commit comments