Skip to content

Commit aff2b72

Browse files
author
Kangdroid
committed
release/0.1.9 : 빌드 에러 수정
1 parent b40fd9a commit aff2b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ dependencies {
7777
def lifecycle_version = "2.5.1"
7878
def compose_version = "1.2.1"
7979

80-
localImplementation project(':paymentsdk')
81-
remoteImplementation 'com.github.tosspayments:payment-sdk-android:develop-SNAPSHOT'
80+
implementation project(':paymentsdk')
81+
// remoteImplementation 'com.github.tosspayments:payment-sdk-android:${project.property("versionName")}'
8282

8383
implementation 'androidx.core:core-ktx:1.7.0'
8484
implementation 'androidx.appcompat:appcompat:1.5.0'

0 commit comments

Comments
 (0)