We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c9033 commit 478b120Copy full SHA for 478b120
README.md
@@ -15,7 +15,7 @@ AndroidMP3Recorder
15
16
```Groovy
17
dependencies {
18
- compile 'com.czt.mp3recorder:library:1.0@aar'
+ compile 'com.czt.mp3recorder:library:1.0.1'
19
}
20
```
21
@@ -70,3 +70,6 @@ so库本身没有任何限制,但受限于Android NDK的支持
70
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71
See the License for the specific language governing permissions and
72
limitations under the License.
73
+# 7. CHANGELOG
74
+- 1.0.1 新增64位so so编译改为all mips及 64位均支持
75
+- 1.0
0 commit comments