We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40fd9a commit aff2b72Copy full SHA for aff2b72
app/build.gradle
@@ -77,8 +77,8 @@ dependencies {
77
def lifecycle_version = "2.5.1"
78
def compose_version = "1.2.1"
79
80
- localImplementation project(':paymentsdk')
81
- remoteImplementation 'com.github.tosspayments:payment-sdk-android:develop-SNAPSHOT'
+ implementation project(':paymentsdk')
+// remoteImplementation 'com.github.tosspayments:payment-sdk-android:${project.property("versionName")}'
82
83
implementation 'androidx.core:core-ktx:1.7.0'
84
implementation 'androidx.appcompat:appcompat:1.5.0'
0 commit comments