Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
eslam2010011 committed Dec 7, 2021
1 parent 73f8cbf commit 8511966
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions FastCache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,23 @@ plugins {
}
}
}
afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
// Applies the component for the release build variant.
from components.release

// You can then customize attributes of the publication as shown below.
groupId = 'com.fastcache'
artifactId = 'fastcache'
version = '0.0.4'
}
}
}

}
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
Expand Down

0 comments on commit 8511966

Please sign in to comment.