Adjusted text to show the user when they have changed their allergen preferences; changed licences text

This commit is contained in:
denizk0461
2023-05-11 14:56:33 +02:00
parent 81765db0db
commit 6dccb287ab
11 changed files with 26 additions and 30 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ android {
resourceConfigurations += ["en", "de"]
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
buildConfigField "long", "BUILD_TIME_MILLIS", "${System.currentTimeMillis()}L"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}