Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Payet committed Dec 16, 2022
1 parent cb70125 commit 34173a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 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 38
versionName '2.0.4'
versionCode 39
versionName '2.0.5'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.fragment:fragment-ktx:1.5.4'
implementation 'androidx.fragment:fragment-ktx:1.5.5'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.activity:activity-ktx:1.6.1'

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-AU/changelogs/39.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/39.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/fr-FR/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Réparations de plusieurs plantages.

0 comments on commit 34173a1

Please sign in to comment.