Skip to content

Commit edaaa65

Browse files
committed
Update kotlin
1 parent 34ffd0f commit edaaa65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
}
2626

2727
dependencies {
28-
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
28+
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2929
implementation 'androidx.appcompat:appcompat:1.1.0'
3030
implementation 'com.google.android.material:material:1.1.0'
3131
implementation 'com.github.bufferapp:CounterView:115e659a89'
@@ -36,7 +36,7 @@ publish {
3636
userOrg = 'buffer'
3737
groupId = 'org.buffer.android'
3838
artifactId = 'android-components'
39-
publishVersion = '0.15'
39+
publishVersion = '0.16'
4040
desc = 'An Android library for frequently used UI components'
4141
website = 'https://github.com/bufferapp/android-components'
4242
}

0 commit comments

Comments
 (0)