Skip to content

is the README outdated? #13

@yatw

Description

@yatw

There is no .now() in com.noodle.Call
from readme

noodle.put("Android7", "Nougat").now();

test on a small project

Noodle noodle = Noodle.with(this).build();
noodle.put("Android7", "Nougat");
String result = noodle.get("Android7", String.class).value(); // result is null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions