All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rdrei.android.buildtimetracker.reporters.TrueTimeProvider.groovy Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package net.rdrei.android.buildtimetracker.reporters;

public class TrueTimeProvider {
    public long getCurrentTime() {
        return System.currentTimeMillis();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy