Skip to content

Commit

Permalink
Version 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk907 committed Jan 5, 2024
1 parent 65d5ea0 commit f4ddb4b
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="13" android:versionName="1.3.8">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tmk907.androidyoutubedownloader" android:versionCode="13" android:versionName="1.3.10">
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" 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>15</ApplicationVersion>
<ApplicationDisplayVersion>1.3.9</ApplicationDisplayVersion>
<ApplicationVersion>16</ApplicationVersion>
<ApplicationDisplayVersion>1.3.10</ApplicationDisplayVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f4ddb4b

Please sign in to comment.