Skip to content

Commit

Permalink
Merge pull request #38 from SonicCloudOrg/v1.3.1-release
Browse files Browse the repository at this point in the history
V1.3.1 release
  • Loading branch information
ZhouYixun authored Feb 24, 2022
2 parents 430f269 + c5d81a5 commit d0f4ff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 20
versionName "1.3.1"
versionName "1.3.2"
applicationId "org.cloud.sonic.android"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public void onOutputBufferAvailable(@NonNull MediaCodec codec, int outputBufferI
if (outputStream!=null){
try {
outputStream.write(oneADTSFrameBytes,0,oneADTSFrameBytes.length);
outputStream.flush();
} catch (IOException e) {
stopSelf();
e.printStackTrace();
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Sonic助手</string>
<string name="version">版本号:v1.3.1.20</string>
<string name="version">版本号:v1.3.2.20</string>
<string name="welcome">欢迎使用Sonic助手</string>
<string name="service_ticker">Sonic Service running</string>
<string name="service_title">Sonic Service</string>
Expand Down

0 comments on commit d0f4ff8

Please sign in to comment.