Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 9410be6

Browse files
committed
Version 0.10.8
1 parent 3dd1a62 commit 9410be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

anko/idea-plugin/preview/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<id>org.jetbrains.kotlin.android.dsl</id>
33
<name>Anko Support</name>
44
<description>Anko Android library support.</description>
5-
<version>0.10.7-2</version>
5+
<version>0.10.8</version>
66
<vendor url="http://www.jetbrains.com">JetBrains s.r.o.</vendor>
77

88
<idea-version since-build="171.1" until-build="183.*"/>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
ext.kotlinx_dom_version = '0.0.10'
77
ext.kotlinx_coroutines_version = '1.0.0'
88

9-
ext.ANKO_VERSION = '0.10.7'
9+
ext.ANKO_VERSION = '0.10.8'
1010
ext.ANKO_VERSION_CODE = 106
1111

1212
ext.COMPILE_SDK_VERSION = 27

0 commit comments

Comments
 (0)