Skip to content

Commit

Permalink
update constraint-layout from alpha to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theScrabi committed Aug 3, 2017
1 parent 1950e33 commit 92b2488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha9'
compile 'com.android.support:cardview-v7:25.3.1'
testCompile 'junit:junit:4.12'
compile 'org.eclipse.birt.runtime.3_7_1:org.apache.commons.codec:1.3.0'
compile 'org.jsoup:jsoup:1.10.3'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
}

0 comments on commit 92b2488

Please sign in to comment.