Skip to content

Commit 002cf91

Browse files
committed
add support annotations dependency
1 parent ab55a40 commit 002cf91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

expandabletextview/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ repositories {
3333

3434
dependencies {
3535
compile fileTree(dir: 'libs', include: ['*.jar'])
36+
compile 'com.android.support:support-annotations:23.3.0'
37+
3638
testCompile 'junit:junit:4.12'
3739
}
3840

0 commit comments

Comments
 (0)