Archived
Added app language support (I think); fragments rely on Bundles instead of constructor parameters to get data, mitigating a source of crashes
This commit is contained in:
@@ -15,6 +15,8 @@ android {
|
||||
versionCode 1
|
||||
versionName "0.4.61"
|
||||
|
||||
resourceConfigurations += ["en", "de"]
|
||||
|
||||
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
Reference in New Issue
Block a user