Skip to content

Commit

Permalink
Release 2.3 on google play
Browse files Browse the repository at this point in the history
  • Loading branch information
yrom committed Dec 6, 2017
1 parent b46632c commit 8088810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Screen Recorder

<img alt="screenshot" src="screenshot.png" width="50%" />

[点此处下载APK][7] 快速预览项目功能
[![Get it on Google Play](https://play.google.com/intl/en_us/badges/images/badge_new.png)][8] [点此处下载APK][7] 快速预览项目功能

说明:使用了 [MediaProjectionManager][1], [VirtualDisplay][2], [AudioRecord][3], [MediaCodec][4] 以及 [MediaMuxer][5] 等API,故而这个项目最低支持Android 5.0。

Expand Down Expand Up @@ -37,8 +37,8 @@ mMuxer.writeSampleData(mVideoTrackIndex, encodedData, mBufferInfo);
[1]: https://developer.android.com/reference/android/media/projection/MediaProjectionManager.html
[2]: https://developer.android.com/reference/android/hardware/display/VirtualDisplay.html
[3]: https://developer.android.com/reference/android/media/AudioRecord.html
[4]: http://developer.android.com/reference/android/media/MediaCodec.html
[5]: http://developer.android.com/reference/android/media/MediaMuxer.html
[4]: https://developer.android.com/reference/android/media/MediaCodec.html
[5]: https://developer.android.com/reference/android/media/MediaMuxer.html
[6]: https://developer.android.com/reference/android/hardware/display/DisplayManager.html
[7]: https://github.com/yrom/ScreenRecorder/releases/download/v2.2/app-release-2.2.apk

[7]: https://github.com/yrom/ScreenRecorder/releases/download/v2.3/app-release-2.3.apk
[8]: https://play.google.com/store/apps/details?id=net.yrom.screenrecorder.demo
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ android {
buildToolsVersion '26.0.2'

defaultConfig {
applicationId "net.yrom.screenrecorder"
applicationId "net.yrom.screenrecorder.demo"
minSdkVersion 21
targetSdkVersion 26
versionCode 11
versionName '2.2'
versionCode 12
versionName '2.3'
}

compileOptions {
Expand Down

0 comments on commit 8088810

Please sign in to comment.