Skip to content

Commit

Permalink
inital commit for 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHasse committed Oct 29, 2024
1 parent 48fdada commit 38db5b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# OpenMobileNetworkToolkit Changelog
## Release [0.5]

### Added

### Changed

### Fixed


## Release [0.4] - Stralsund

### Added
Expand All @@ -17,7 +26,6 @@
- Fix crash where no UICC or Cell is available
- Wrong value in Wifi RSSI filed

# OpenMobileNetworkToolkit Changelog
## Release [0.3.1]

### Added
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
applicationId "de.fraunhofer.fokus.OpenMobileNetworkToolkit"
minSdk 31
targetSdk 34
versionCode 4
versionName "0.4"
versionCode 5
versionName "0.5"
resValue("string", "git_hash", getGitHash())

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 38db5b9

Please sign in to comment.