Skip to content

Commit

Permalink
Version bump to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreevdenis committed Aug 31, 2023
1 parent a521964 commit 9037f34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions bluetooth_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ android {
compileSdkVersion 30
buildToolsVersion '30.0.3'

namespace 'com.ruuvi.station.bluetooth'

defaultConfig {
minSdkVersion 23
targetSdkVersion 30
versionCode 10404
versionName "1.4.4"
versionCode 10405
versionName "1.4.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 1 addition & 1 deletion bluetooth_library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.ruuvi.station.bluetooth">
<manifest >

</manifest>

0 comments on commit 9037f34

Please sign in to comment.