Questions tagged [version-numbering]
92 questions
-1
votes
1 answer
Eq definition for alternative version numbering approach
I am trying to define Eq operator for alternative version numbering approach.
type VersionCompound = Maybe Int -- x, 0, 1, 2, ...
type VersionNumber = [VersionCompound] -- x.x, x.0, x.1, x.2, ... , 1.0, 1.1, 1.2, ... 1.x.x, 2.x.x, 3.x.x,…

altern
- 5,829
- 5
- 44
- 72
-1
votes
1 answer
What are the newest AWS service's versions for Gradle?
Those who have read the official AWS documentation for android will understand the issue at first glance. In brief, AWS says to integrate their services using the build.gradle in your project. However, for the version numbers they tell you to fill…

petnamedsteve
- 347
- 1
- 2
- 11