diff --git a/app/build.gradle b/app/build.gradle index e4b2931..b107151 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "np.com.naxa.staffattendance" minSdkVersion 16 targetSdkVersion 28 - versionCode 1 - versionName "1.2" + versionCode 2 + versionName "1.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }