Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjosephmj committed Jul 8, 2021
1 parent 621e45b commit 2013456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raccoon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.iamjosephmj.raccoon'
artifactId = 'release'
version = '1.0.6'
version = '1.0.7'
}
// Creates a Maven publication called “debug”.
debug(MavenPublication) {
// Applies the component for the debug build variant.
from components.debug
groupId = 'com.iamjosephmj.raccoon'
artifactId = 'release'
version = '1.0.6'
version = '1.0.7'
}
}
}
Expand Down

0 comments on commit 2013456

Please sign in to comment.