Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed logic to compare with “non installed” with “minor version upped" #156

Merged
merged 3 commits into from
Nov 13, 2014

Commits on Oct 26, 2014

  1. fix: logic to compare versions "not installed" with "contain minor"(e…

    …x: 20.0.1)
    
    method bulldozer.targets.android.TargetAndroid._install_android_packages()
    If build-tools is not installed, then variable "v_build_tools" is string = '0'.
    If latest version contains minor version code ~ example 19.0.3 ~, then variable "ver" is list = [19, 0, 3].
    
    In that case, build-tools is not enable to install, because expression([19, 0, 3] > '0') returns False.
    attakei committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    7a6034a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2014

  1. Configuration menu
    Copy the full SHA
    fdc2bb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. delete print for debug

    attakei committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    c6b4235 View commit details
    Browse the repository at this point in the history