Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
janvde committed Dec 19, 2017
1 parent bf2f276 commit e669ab9
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
androidTestCompile 'com.android.support:support-annotations:25.0.1'

implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxjava:2.1.5'
implementation 'io.reactivex.rxjava2:rxjava:2.1.6'

compile project(path: ':library')
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class Rome2RioApiClient {

public static final String API_URL = "http://free.rome2rio.com/api/1.4/json/";
public static final String API_URL = "https://free.rome2rio.com/api/1.4/json/";

private Rome2RioService rome2RioService;
private Context context;
Expand Down

0 comments on commit e669ab9

Please sign in to comment.