Skip to content

Commit

Permalink
Merge pull request #18 from Steve-Mr/wheel
Browse files Browse the repository at this point in the history
fix crash on first launch
  • Loading branch information
Steve-Mr authored Oct 5, 2023
2 parents 273877f + 5cf31b0 commit bc76777
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 374 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'com.hoko:hoko-blur:1.3.5'
// implementation 'com.hoko:hoko-blur:1.3.5'
implementation 'io.github.hokofly:hoko-blur:1.5.1'
implementation 'com.google.android.material:material:1.9.0'

implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1"
Expand Down
Loading

0 comments on commit bc76777

Please sign in to comment.