Skip to content

Commit

Permalink
Version 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk907 committed Aug 27, 2024
1 parent 47c4a74 commit df23dfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AndroidYouTubeDownloader/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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.10">
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tmk907.androidyoutubedownloader" android:versionCode="18" android:versionName="1.3.11">
<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" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="34" />
</manifest>
</manifest>
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>16</ApplicationVersion>
<ApplicationDisplayVersion>1.3.10</ApplicationDisplayVersion>
<ApplicationVersion>18</ApplicationVersion>
<ApplicationDisplayVersion>1.3.11</ApplicationDisplayVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CreateApk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Function CopyToLocalAppStore {
$versionName
)

$publishDirectory = '.\AndroidYouTubeDownloader\bin\Release\net6.0-android\publish'
$publishDirectory = '.\AndroidYouTubeDownloader\bin\Release\net8.0-android\publish'
$appStoreDirectory = 'C:\Source\AppStore'
$appName = 'AndroidYouTubeDownloader'

Expand Down

0 comments on commit df23dfb

Please sign in to comment.