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

Commit

Permalink
Update version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanex committed Oct 1, 2015
1 parent 1d442e9 commit d465dc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ Basically, all you have to do is to add an additional repository and a compile d

```gradle
dependencies {
compile 'org.jetbrains.anko:anko-sdk15:0.7' // sdk19, sdk21, sdk23 are also available
compile 'org.jetbrains.anko:anko-support-v4:0.7' // In case you need support.v4 bindings
compile 'org.jetbrains.anko:anko-sdk15:0.7.1' // sdk19, sdk21, sdk23 are also available
compile 'org.jetbrains.anko:anko-support-v4:0.7.1' // In case you need support.v4 bindings
}
```

Expand Down
2 changes: 1 addition & 1 deletion dsl/props/mvn/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
POM_ARTEFACT_GROUP=org.jetbrains.anko
POM_ARTEFACT_ID=anko-%ARTIFACT_VERSION
POM_ARTEFACT_VERSION=0.7
POM_ARTEFACT_VERSION=0.7.1
POM_PACKAGING=jar

projectUrl=https://github.com/JetBrains/anko
Expand Down
2 changes: 1 addition & 1 deletion preview/idea-plugin/src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<id>org.jetbrains.kotlin.android.dsl</id>
<name>Anko DSL Preview</name>
<description>Displays a layout preview for the Anko Android DSL.</description>
<version>0.7</version>
<version>0.7.1</version>
<vendor url="http://www.jetbrains.com">JetBrains s.r.o.</vendor>

<idea-version since-build="135.1" until-build="142.9999"/>
Expand Down

0 comments on commit d465dc6

Please sign in to comment.