We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b3958 commit 8c762ddCopy full SHA for 8c762dd
app/build.gradle
@@ -21,8 +21,8 @@ android {
21
applicationId "com.ddiehl.android.htn"
22
minSdkVersion MIN_SDK_VERSION
23
targetSdkVersion TARGET_SDK_VERSION
24
- versionCode 2100026
25
- versionName "0.20"
+ versionCode 2100027
+ versionName "0.21"
26
resConfigs "en"
27
buildConfigField "long", "BUILD_TIME_UTC", "" + getTime()
28
def appId = localProperties.getProperty("app_id")
0 commit comments