Skip to content

Commit

Permalink
version 0.1.8.31
Browse files Browse the repository at this point in the history
prerelease
  • Loading branch information
gonojuarez committed Sep 9, 2021
1 parent ffea8c1 commit d4fdffd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions app/pictogramslibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,14 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

project.afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
}
}
}
}
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jdk:
- openjdk11
- openjdk11

0 comments on commit d4fdffd

Please sign in to comment.