Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F4uzan committed Oct 30, 2020
1 parent 4d082f0 commit b987503
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

def dateVersionCode = (int) (((new Date().getTime() / 1000) - 1593866693) / 10)

android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "mono.hg"
minSdkVersion 14
targetSdkVersion 30
versionCode dateVersionCode
versionName "1.4.3-rc7"
versionCode 1500000
versionName "1.5.0"
vectorDrawables.useSupportLibrary = true
buildFeatures {
viewBinding = true
Expand Down

0 comments on commit b987503

Please sign in to comment.