question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Max version will be hit next year (2021) when using automatic date formatter

See original GitHub issue

According to Android Studio pages, the maximum version allowed version is: 2100000000

When using the automatic date formatted the limit will be hit on January the 1st 2021 as the version would become: 2101010000.

Do you have any internal info that they would bump the max version or we’re pretty much screwed if we used this versioning scheme?

Greetings, Steliyan.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:6
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
moallemicommented, Jan 4, 2021

Sorry to reach out to you late. I will fix it ASAP. BTW the library is open source. feel free to suggest a solution.

For now you can use a workaround like:

codeOptions {
            lastLegacyCode YOUR_LAST_USED_VERSION_CODE
            versionCodeType 'GIT_COMMIT_COUNT'
        }
1reaction
moallemicommented, Jan 22, 2021

@ldimitroff No need to define a new function. As I mentioned before there is a property for that lastLegacyCode

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change Excel date format and create custom formatting
In the Format Cells window, switch to the Number tab, and select Date in the Category list. Under Type, pick a desired date...
Read more >
Date systems in Excel - Microsoft Support
All versions of Excel for Windows calculate dates based on the 1900 date system. Excel 2008 for Mac and earlier Excel for Mac...
Read more >
Change how dates, times, and more display on Mac
Change how dates, times, and more display on Mac · On your Mac, choose Apple menu > System Settings, click General in the...
Read more >
Custom Date Formats - Tableau Help
This article discusses using the custom date format field to format dates in a ... To format a date field in the Data...
Read more >
Tableau dates - date functions and date formats - TAR Solutions
To calculate sales to date this year I'll assume the maximum date in the data set is the “to date” date. {MAX([OrderDate])}. Using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found