diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-05 16:43:58 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-05 16:43:58 +0300 |
| commit | cc89da713d108cec231a6bb9fe43ca4313f341a8 (patch) | |
| tree | b4bc3ef6904127770ce226db1f63e1c3b7bb6588 /org.fox.ttrss | |
| parent | d3f660fa2c85044b2f64b4ecdc06c9085e21d181 (diff) | |
Revert "force-enable buildConfig"
This reverts commit d3f660fa2c85044b2f64b4ecdc06c9085e21d181.
Diffstat (limited to 'org.fox.ttrss')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 13fafc43..4c972aa2 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -6,8 +6,6 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } - buildFeatures.buildConfig = true - defaultConfig { applicationId "org.fox.ttrss" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L" |