Skip to content

Commit 1a9f997

Browse files
committed
created jitpack config file
1 parent 5819731 commit 1a9f997

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ dependencies {
4646

4747
implementation project(':showmoretextview')
4848

49+
// implementation 'com.github.sanjaydraws:ShowMoreTextView:v1.0.0'
4950

5051

5152
}

jitpack.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# jitpack file for configuration
3+
jdk:
4+
- openjdk11
5+
before_install:
6+
- ./scripts/prepareJitpackEnvironment.sh

0 commit comments

Comments
 (0)