add fastlane metadata

This commit is contained in:
2020-11-01 20:52:45 +01:00
parent 8a516c640d
commit 4ec5d0fdc4
11 changed files with 28 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "org.mosad.teapod"
minSdkVersion 23
targetSdkVersion 30
versionCode 1
versionName "0.1-alpha4"
versionCode 1000 //00.01.0000
versionName "0.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()