package com.dolin.zap /** * @author #Suyghur. * Created on 4/7/21 */ object Version { const val VERSION_NAME = "1.0.0" const val VERSION_CODE = 100 }