Skip to content

Commit f4ddb4b

Browse files
committed
Version 1.3.10
1 parent 65d5ea0 commit f4ddb4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AndroidYouTubeDownloader/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tmk907.androidyoutubedownloader" android:versionCode="13" android:versionName="1.3.8">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tmk907.androidyoutubedownloader" android:versionCode="13" android:versionName="1.3.10">
33
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/Theme.AndroidYouTubeDownloader"></application>
44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

AndroidYouTubeDownloader/AndroidYouTubeDownloader.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Nullable>disable</Nullable>
77
<ImplicitUsings>disable</ImplicitUsings>
88
<ApplicationId>com.tmk907.AndroidYouTubeDownloader</ApplicationId>
9-
<ApplicationVersion>15</ApplicationVersion>
10-
<ApplicationDisplayVersion>1.3.9</ApplicationDisplayVersion>
9+
<ApplicationVersion>16</ApplicationVersion>
10+
<ApplicationDisplayVersion>1.3.10</ApplicationDisplayVersion>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)