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

Commit

Permalink
Update to 1.1.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
4u7 committed Dec 27, 2017
1 parent 9dd3270 commit 8e4481e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -14,7 +14,7 @@ buildscript {
ext.MIN_SDK_VERSION = 15
ext.TARGET_SDK_VERSION = 25
ext.SUPPORT_ARTIFACT_VERSION = "25.1.1"
ext.CONSTRAINT_LAYOUT_ARTIFACT_VERSION = "1.1.0-beta3"
ext.CONSTRAINT_LAYOUT_ARTIFACT_VERSION = "1.1.0-beta4"

ext.PROJECT_URL = 'https://github.com/JetBrains/anko'
ext.SCM_URL = 'https://github.com/JetBrains/anko.git'
Expand Down
4 changes: 2 additions & 2 deletions update_dependencies.xml
@@ -1,6 +1,6 @@
<project name="Update Dependencies" default="update">

<property name="constraint.layout.version" value="1.1.0-beta3" />
<property name="constraint.layout.version" value="1.1.0-beta4" />

<target name="update">
<mkdir dir="dependencies/download"/>
Expand All @@ -20,7 +20,7 @@
<get src="http://repo1.maven.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar"
dest="dependencies/ant-contrib.jar" usetimestamp="true"/>

<get src="https://dl.google.com/dl/android/maven2/com/android/support/constraint/constraint-layout/1.1.0-beta3/constraint-layout-1.1.0-beta3.aar"
<get src="https://dl.google.com/dl/android/maven2/com/android/support/constraint/constraint-layout/${constraint.layout.version}/constraint-layout-${constraint.layout.version}.aar"
dest="dependencies/download/constraint-layout-${constraint.layout.version}.aar" usetimestamp="true"/>

<copy file="dependencies/download/constraint-layout-${constraint.layout.version}.aar"
Expand Down

0 comments on commit 8e4481e

Please sign in to comment.