log of past bumps updated

- clicking on log entry shows
  the encrypted message behind
  the title
- anything starting with 'http'
  opens in the browser
This commit is contained in:
2022-03-05 14:26:42 +01:00
parent 0e307c947a
commit 22b2ac96b9
7 changed files with 109 additions and 22 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.maenle.bump"
minSdk 26
targetSdk 30
versionCode 3
versionName "0.1.1"
versionCode 4
versionName "0.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}