Skip to content

Commit

Permalink
Version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk907 committed Sep 10, 2022
1 parent 854c232 commit e0bea2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidYouTubeDownloader/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tmk907.androidyoutubedownloader" android:versionCode="6" android:versionName="1.3.1">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tmk907.androidyoutubedownloader" android:versionCode="9" android:versionName="1.3.4">
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.AndroidYouTubeDownloader"></application>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
4 changes: 2 additions & 2 deletions AndroidYouTubeDownloader/AndroidYouTubeDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Nullable>disable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<ApplicationId>com.tmk907.AndroidYouTubeDownloader</ApplicationId>
<ApplicationVersion>6</ApplicationVersion>
<ApplicationDisplayVersion>1.3.1</ApplicationDisplayVersion>
<ApplicationVersion>9</ApplicationVersion>
<ApplicationDisplayVersion>1.3.4</ApplicationDisplayVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e0bea2e

Please sign in to comment.