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

com.dropbox.core.DbxSdkVersion Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.dropbox.core;

/*>>> import checkers.nullness.quals.Nullable; */

public class DbxSdkVersion
{
    public static final String Version;
    static {
        Version = loadVersion();
    }

    // https://github.com/dropbox/dropbox-sdk-java/issues/357
    private static String loadVersion()
    {
        return "5.1.1";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy