Skip to content

Commit

Permalink
[Sample App] Use new lottiefiles url (airbnb#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal authored Feb 18, 2019
1 parent 2ca335a commit 60a7912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LottieApplication : MultiDexApplication() {
val retrofit by lazy {
Retrofit.Builder()
.client(okHttpClient)
.baseUrl("https://lottiefiles.com/api/v1/")
.baseUrl("https://lottiefiles.frb.io/api/v1/")
.addConverterFactory(GsonConverterFactory.create(gson))
.addCallAdapterFactory(RxJava2CallAdapterFactory.create())
.build()
Expand Down

0 comments on commit 60a7912

Please sign in to comment.