We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5819731 commit 1a9f997Copy full SHA for 1a9f997
app/build.gradle
@@ -46,6 +46,7 @@ dependencies {
46
47
implementation project(':showmoretextview')
48
49
+// implementation 'com.github.sanjaydraws:ShowMoreTextView:v1.0.0'
50
51
52
}
jitpack.yml
@@ -0,0 +1,6 @@
1
+
2
+# jitpack file for configuration
3
+jdk:
4
+ - openjdk11
5
+before_install:
6
+ - ./scripts/prepareJitpackEnvironment.sh
0 commit comments