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

Commit

Permalink
Upgrade to Android platform 24
Browse files Browse the repository at this point in the history
  • Loading branch information
taig committed Jul 27, 2016
1 parent 87d5b7f commit 3870030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -36,8 +36,8 @@ lazy val android = project
"io.taig.android" %% "viewvalue-core" % "1.2.6" ::
Nil,
minSdkVersion := "1",
platformTarget := "android-23",
targetSdkVersion := "23",
platformTarget := "android-24",
targetSdkVersion := "24",
typedResources := false
)
.dependsOn( core, predef, report )
Expand Down

0 comments on commit 3870030

Please sign in to comment.