Skip to content

Commit

Permalink
Update changelogs and update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thetwom committed Aug 17, 2022
1 parent 9f9f84a commit 9797e46
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -33,10 +33,10 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.activity:activity-ktx:1.5.1'
implementation 'androidx.fragment:fragment-ktx:1.5.1'
implementation 'com.google.android.material:material:1.7.0-alpha03'
implementation 'androidx.fragment:fragment-ktx:1.5.2'
implementation 'com.google.android.material:material:1.7.0-beta01'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.media:media:1.6.0'
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ v4.6.0:
- Reduce latency between pressing play and playing the first note
- Faster scene switch while playing
- Refactored tap-in logic
- Fix for correct overwriting of scenes files
- Allow reading incomplete scenes files

0 comments on commit 9797e46

Please sign in to comment.