Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Payet committed Dec 7, 2022
1 parent cf1c38a commit 8016c05
Show file tree
Hide file tree
Showing 4 changed files with 6 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 33
versionName '1.8.3'
versionCode 34
versionName '2.0.0'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-AU/changelogs/34.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/34.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.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/34.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).

0 comments on commit 8016c05

Please sign in to comment.