Skip to content

Commit

Permalink
Merge pull request #4 from FutureMind/fix/jitpack-download
Browse files Browse the repository at this point in the history
Testing different approach
  • Loading branch information
TostF authored Jun 14, 2021
2 parents be1979b + 4ebb20f commit 9249014
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions MaskedEditText/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,9 @@ afterEvaluate {
release(MavenPublication) {
from components.release

groupId 'ru.egslava'
groupId 'com.futuremind'
artifactId 'MaskedEditText'
version "$version_name-version-release"
}

debug(MavenPublication) {
from components.debug

groupId 'ru.egslava'
artifactId 'MaskedEditText'
version "$version_name-version-debug"
version "$version_name"
}
}
}
Expand Down

0 comments on commit 9249014

Please sign in to comment.