Skip to content

Commit

Permalink
small fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichchhie committed Jan 19, 2023
1 parent cba4990 commit c238384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baatolibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ afterEvaluate {
// Creates a Maven publication called "release".
mavenAar(MavenPublication) {
// Applies the component for the release build variant.
from components.release
// from components.release

// You can then customize attributes of the publication as shown below.
groupId = 'com.github.baato'
artifactId = 'java-client'
version = '1.3.6'
version = '1.3.9'
}
}
}
Expand Down

0 comments on commit c238384

Please sign in to comment.