Skip to content

Commit

Permalink
1.2215 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 20, 2024
1 parent 6c2b0dd commit 36995f3
Show file tree
Hide file tree
Showing 4 changed files with 3,252 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)

### 1.2215 - 2024-07-20 *

* Small improvements and minor bug fixes

### 1.2214 - 2024-07-18

* Fixed all reported bugs
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'

def getVersionCode = { -> return 2214 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2215 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Acantholipan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)

### 1.2215 - 2024-07-20 *

* Small improvements and minor bug fixes

### 1.2214 - 2024-07-18

* Fixed all reported bugs
Expand Down
Loading

0 comments on commit 36995f3

Please sign in to comment.