v2.5.7 (234) (#3047)

This commit is contained in:
rahul bhat
2022-05-17 21:49:36 +05:30
committed by GitHub Enterprise
parent 06de3d5a1e
commit 8dc43ed422

View File

@@ -23,7 +23,7 @@ kapt {
correctErrorTypes true
}
def VERSION_NAME = "2.5.6"
def VERSION_NAME = "2.5.7"
android {
compileSdkVersion 30
@@ -45,7 +45,7 @@ android {
applicationId "com.naviapp"
minSdkVersion 21
targetSdkVersion 30
versionCode 233
versionCode 234
versionName VERSION_NAME
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"