Skip to content

Commit

Permalink
Version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Oct 12, 2021
1 parent 0e1819c commit d21c25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions library/android-release-aar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ publishing {
def dependenciesNode = asNode().appendNode('dependencies')

project.configurations.implementation.allDependencies.each {
if (it.name == 'unspecified') return
def dependencyNode = dependenciesNode.appendNode('dependency')
dependencyNode.appendNode('groupId', it.group)
dependencyNode.appendNode('artifactId', it.name)
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# and limitations under the License.
#

VERSION_NAME=1.2.2
VERSION_NAME=1.3.0
GROUP_ID=com.wultra.android.sslpinning
ARTIFACT_ID=wultra-ssl-pinning

0 comments on commit d21c25d

Please sign in to comment.