Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Acocalypso committed Dec 11, 2023
2 parents 2fbeada + cf18335 commit 4d6a8fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# ReactMap for Android

[![CircleCI](https://circleci.com/gh/Mygod/reactmap-android.svg?style=shield)](https://circleci.com/gh/Mygod/reactmap-android)
[![API](https://img.shields.io/badge/API-26%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=26)
[![Releases](https://img.shields.io/github/downloads/Mygod/reactmap-android/total.svg)](https://github.com/Mygod/reactmap-android/releases)
[![Language: Kotlin](https://img.shields.io/github/languages/top/Mygod/reactmap-android.svg)](https://github.com/Mygod/reactmap-android/search?l=kotlin)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/58a48b28278d46edad1b5c82bf648607)](https://app.codacy.com/gh/Mygod/reactmap-android/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![License](https://img.shields.io/github/license/Mygod/reactmap-android.svg)](LICENSE)

Use ReactMap as an Android app with battery improvements, including:

Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/be/mygod/reactmap/util/UpdateChecker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ object UpdateChecker {
}))
putString(KEY_VERSION, update?.let {
putLong(KEY_PUBLISHED, update.published)
putString(KEY_URL, update.url)
it.version
})
process(update)
Expand Down

0 comments on commit 4d6a8fb

Please sign in to comment.