Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
AomineD committed Jul 25, 2022
1 parent 3b6b634 commit 00dde13
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Pexels/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,15 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.android.volley:volley:1.2.1'
}

project.afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
artifact androidSourcesJar // optional sources
}
}
}
}

0 comments on commit 00dde13

Please sign in to comment.