Skip to content

Commit

Permalink
v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Payet committed Jan 30, 2023
1 parent 69d205d commit cb5dddf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId 'com.guillaumepayet.remotenumpad'
minSdk 19
targetSdk 33
versionCode 42
versionName '2.0.8'
versionCode 43
versionName '2.0.9'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-AU/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Messages were added to the HID pairing process.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Messages were added to the HID pairing process.
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Des messages ont été ajoutés dans le processus de jumelage HID.

0 comments on commit cb5dddf

Please sign in to comment.