We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab55a40 commit 002cf91Copy full SHA for 002cf91
1 file changed
expandabletextview/build.gradle
@@ -33,6 +33,8 @@ repositories {
33
34
dependencies {
35
compile fileTree(dir: 'libs', include: ['*.jar'])
36
+ compile 'com.android.support:support-annotations:23.3.0'
37
+
38
testCompile 'junit:junit:4.12'
39
}
40
0 commit comments