Version Code Namer
projects java gradle automatic-namerWhat is it ?
VersionCodeNamer is a library to deal automatic naming of the versions in a systematic and organised way with the version names.
- Have you ever wondered what should be the next Version name of your app release ?
- Should it be my favourite desert Pastel de nata, a large glacier vatnajökull or foo whatever something.
- Then well you are at the right place.
- You dont have to worry about the names, as we have predefined list of different categories.
Installation
Use the jitpack.io to check dependency.
implementation 'com.github.suhaas-livcd:VersionCodeNamerLibrary:1.0.1'
Usage
...
import com.hosteloha.versioncodenamerlib.VersionCodeNamer;
import com.hosteloha.versioncodenamerlib.VersioningType;
...
String customVersionName = VersionCodeNamer.getName(versionCode, VersioningType.CHEMICAL_ELEMENTS);
TextView appVersionName = findViewById(R.id.application_version_name);
appVersionName.setText(customVersionName);
...
changelog
- Dec 27, 2019 - A kindle