Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Final for 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Jun 3, 2019
1 parent 333723b commit 30c4a00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EasyUpiPayment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: "com.jfrog.bintray"

version = "0.1-beta"
version = "0.1"

android {
compileSdkVersion 28
Expand Down Expand Up @@ -78,8 +78,8 @@ install {
// Add your description here
groupId 'com.shreyaspatil'
artifactId = 'EasyUpiPayment'
name 'EasyUpiPayment' // TODO
description = 'Android Library to integrate UPI payment service easily in your Android app' // TODO
name 'EasyUpiPayment'
description = 'Android Library to integrate UPI payment service easily in your Android app'
url siteUrl

// Set your license
Expand Down

0 comments on commit 30c4a00

Please sign in to comment.