Skip to content

Commit

Permalink
update build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
frendyxzc committed Aug 1, 2017
1 parent 20ac4f1 commit 8332b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
*.iml
.gradle
.idea
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.1'
compile 'com.android.support:appcompat-v7:25.0.0'
testCompile 'junit:junit:4.12'

compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
compile "org.jetbrains.anko:anko-common:$anko_version"

compile project(':textview')
// compile 'com.github.frendyxzc:ExpandableTextView:0.0.1'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 8332b41

Please sign in to comment.