Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #114 from 47deg/arf-Minor-fixes
Browse files Browse the repository at this point in the history
Arf minor fixes
  • Loading branch information
AdrianRaFo authored Sep 30, 2017
2 parents bbfc006 + b5a1066 commit 7ec0473
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Scala macros.

Striving to be focused on one thing (GUI), Macroid promotes composability and high-level abstractions.

Prerequisites: Scala `2.10.x` or `2.11.x`, Android `API 9+`.
Prerequisites: Scala `2.10.x` or `2.11.x`, Android `API 19+`.

Latest version: `2.1.0`

Expand Down
2 changes: 1 addition & 1 deletion macroid-docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Scala macros.

Striving to be focused on one thing (GUI), Macroid promotes composability and high-level abstractions.

Prerequisites: Scala `2.10.x` or `2.11.x`, Android `API 9+`.
Prerequisites: Scala `2.10.x` or `2.11.x`, Android `API 19+`.

[![Join the chat at https://gitter.im/macroid/macroid](https://img.shields.io/badge/GITTER-Join%20chat%20→-brightgreen.svg?style=flat)](https://gitter.im/47deg/macroid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.8")
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.10")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

Expand Down

0 comments on commit 7ec0473

Please sign in to comment.