Added a time stamp to development builds in the settings' app version section

This commit is contained in:
denizk0461
2023-04-25 21:57:47 +02:00
parent 65114264c4
commit ced111d93d
3 changed files with 14 additions and 3 deletions
+2
View File
@@ -15,6 +15,8 @@ android {
versionCode 1
versionName "0.4.61"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}