Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teamclouday committed Nov 21, 2022
1 parent 2afb069 commit 3e05e2c
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.example.androidMic"
minSdk 23
targetSdk 33
versionCode 8
versionName "1.9"
versionCode 9
versionName "2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
Binary file modified Assets/p1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Assets/p2.jpg
Binary file not shown.
Binary file added Assets/p2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Assets/p3.jpg
Binary file not shown.
Binary file added Assets/p3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/p4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/p5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ Pre-built installers can be found [here](https://github.com/teamclouday/AndroidM

## Android Side

<img src="Assets/p2.jpg" width="250" alt="Android Side">
<img src="Assets/p2.png" width="250" alt="Android Side">
<img src="Assets/p3.png" width="250" alt="Android Side">

<img src="Assets/p3.jpg" width="500" alt="Android Side">
<img src="Assets/p5.png" width="500" alt="Android Side">

2 changes: 1 addition & 1 deletion Windows/AndroidMic/AndroidMic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ProductName>AndroidMic</ProductName>
<PublisherName>Teamclouday</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.9.0.0</ApplicationVersion>
<ApplicationVersion>2.0.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down

0 comments on commit 3e05e2c

Please sign in to comment.