Skip to content

Commit

Permalink
제발 2
Browse files Browse the repository at this point in the history
  • Loading branch information
윤석준 committed Apr 1, 2021
1 parent 79393d0 commit df5167b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions features/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug{
buildConfigField("String", "BASE_URL", "\"${BASE_URL}\"")
}
}
buildFeatures {
dataBinding = true
Expand Down
2 changes: 1 addition & 1 deletion features/src/main/java/com/dms/sms/di/NetworkModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val networkModule = module {

single {
Retrofit.Builder()
.baseUrl(BuildConfig.BASE_URL)
.baseUrl("https://api.dsm-sms.com")
.client(
OkHttpClient.Builder()
.addInterceptor(get<AuthorizationInterceptor>())
Expand Down

0 comments on commit df5167b

Please sign in to comment.