We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ffd0f commit edaaa65Copy full SHA for edaaa65
app/build.gradle
@@ -25,7 +25,7 @@ android {
25
}
26
27
dependencies {
28
- implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+ implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
29
implementation 'androidx.appcompat:appcompat:1.1.0'
30
implementation 'com.google.android.material:material:1.1.0'
31
implementation 'com.github.bufferapp:CounterView:115e659a89'
@@ -36,7 +36,7 @@ publish {
36
userOrg = 'buffer'
37
groupId = 'org.buffer.android'
38
artifactId = 'android-components'
39
- publishVersion = '0.15'
+ publishVersion = '0.16'
40
desc = 'An Android library for frequently used UI components'
41
website = 'https://github.com/bufferapp/android-components'
42
0 commit comments