Skip to content

Commit

Permalink
Updating build tools version.
Browse files Browse the repository at this point in the history
* Minor code cleanup.
  • Loading branch information
audaciouscode committed May 23, 2017
1 parent d7d546e commit 6c902b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_install:
- unzip gradle-3.3-bin.zip
- export GRADLE_HOME=$PWD/gradle-3.3
- export PATH=$GRADLE_HOME/bin:$PATH
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.2
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.3

script:
- gradle assembleDebug
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -24,7 +24,7 @@ repositories {

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

useLibrary 'org.apache.http.legacy'

Expand Down
Expand Up @@ -1452,8 +1452,7 @@ public List<Bundle> fetchPayloads() {
return new ArrayList<>();
}

public static View fetchView(ViewGroup parent)
{
public static View fetchView(ViewGroup parent) {
return LayoutInflater.from(parent.getContext()).inflate(R.layout.card_generator_withings_device, parent, false);
}

Expand Down

0 comments on commit 6c902b6

Please sign in to comment.