Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichchhie committed Jan 23, 2023
1 parent c238384 commit dd42c63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions baatolibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,12 @@ dependencies {
implementation 'commons-codec:commons-codec:1.14'
}

afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
mavenAar(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.github.baato'
artifactId = 'java-client'
version = '1.3.9'
}
publishing {
publications {
release(MavenPublication) {
groupId = 'com.github.baato'
artifactId = 'java-client'
version = '1.4.0'
}
}
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true

android.disableAutomaticComponentCreation=true

0 comments on commit dd42c63

Please sign in to comment.