Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SheTieJun committed Mar 25, 2024
1 parent 1e55830 commit c5e3f75
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 SheTieJun
Copyright (c) 2019-present SheTieJun 375105540@qq.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ abstract class BaseRecorder {
### 1. [Old version](https://github.com/SheTieJun/Mp3Recorder/tree/master_copy)
### 2. [Update_log](https://github.com/SheTieJun/Mp3Recorder/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97)
### 3. [License](https://github.com/SheTieJun/Mp3Recorder/blob/master/LICENSE)
### 4. [MediaRecorder介绍](MediaRecorder.MD):部分场景下使用MediaRecorder更加方便。
### 4. [MediaRecorder介绍](doc/MediaRecorder.MD):部分场景下使用MediaRecorder更加方便。

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ dependencies {
implementation(project(":recorder-sim"))
implementation(project(":recorder-core"))
implementation(project(":recorder-st"))
implementation("com.github.SheTieJun:BaseKit:85dc1cb78d")
implementation("com.github.SheTieJun:BaseKit:fcc505b8b7")
ksp(libs.androidx.room.compiler)
}
File renamed without changes.

0 comments on commit c5e3f75

Please sign in to comment.