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

Commit

Permalink
Update versions to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
4u7 committed Nov 22, 2017
1 parent b58b72d commit 0049e3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion anko/idea-plugin/preview/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<id>org.jetbrains.kotlin.android.dsl</id>
<name>Anko Support</name>
<description>Anko Android library support.</description>
<version>0.10.2</version>
<version>0.10.3</version>
<vendor url="http://www.jetbrains.com">JetBrains s.r.o.</vendor>

<idea-version since-build="171.1" until-build="172.*"/>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0049e3e

Please sign in to comment.