diff --git a/README.md b/README.md index 9efc4b3d..a3ef358f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ dependencies { Make sure that you have the ```$anko_version``` settled in your gradle file at the project level: ``` -ext.anko_version='0.10.2' +ext.anko_version='0.10.3' ``` If you only need some of the features, you can reference any of Anko's parts: diff --git a/anko/idea-plugin/preview/resources/META-INF/plugin.xml b/anko/idea-plugin/preview/resources/META-INF/plugin.xml index d66c5785..5c36fd62 100644 --- a/anko/idea-plugin/preview/resources/META-INF/plugin.xml +++ b/anko/idea-plugin/preview/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ org.jetbrains.kotlin.android.dsl Anko Support Anko Android library support. - 0.10.2 + 0.10.3 JetBrains s.r.o. diff --git a/build.gradle b/build.gradle index 4b9300e9..c58b73fa 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ buildscript { ext.kotlinx_dom_version = '0.0.10' ext.kotlinx_coroutines_version = '0.15' - ext.ANKO_VERSION = '0.10.2' - ext.ANKO_VERSION_CODE = 102 + ext.ANKO_VERSION = '0.10.3' + ext.ANKO_VERSION_CODE = 103 ext.COMPILE_SDK_VERSION = 25 ext.BUILD_TOOLS_VERSION = "25.0.2"