Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Payet committed Dec 13, 2022
1 parent c1ec154 commit 47ce862
Show file tree
Hide file tree
Showing 7 changed files with 9 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 37
versionName '2.0.3'
versionCode 38
versionName '2.0.4'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-AU/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Complete revamp of the interface and fixed all the Bluetooth (previously HID) connection issues.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-AU/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Several crashes fixed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Complete revamp of the interface and fixed all the Bluetooth (previously HID) connection issues.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Several crashes fixed.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Redesign complet de l'interface et réparation de tous les problèmes de connexion Bluetooth
(anciennement HID).
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Réparations de plusieurs plantages.

0 comments on commit 47ce862

Please sign in to comment.