Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A AndroidSlidingUpPanel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 267
    • Issues 267
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Umano: News Read To You
  • AndroidSlidingUpPanel
  • Merge requests
  • !163

updated build.gradle, AndroidManifest.xml, DemoActivity, SlidingUpPanelL...

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/ousenko/fff into master Apr 25, 2014
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 7

Created by: ousenko

In general:

  • updated gradle wrapper version to most recent

In demo:

  • changed build.gradle to support latest build tools;
  • changed minSdk to 11 (as demo requires ActionBar and suppresses lint warnings on that account)
  • generalised versions of dependencies ("+" instead explicit numbers where possible)
  • removed lint.xml and dimens.xml, as they are not in any use
  • removed @SuppressLint from DemoActivity, as it explicitly uses API 11 for now

In library:

  • changed build.gradle (same as above)
  • simplified return statements in SlidingUpPanelLayout
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ousenko/fff