File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
</PropertyGroup >
32
32
33
33
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-android|AnyCPU'" >
34
- <ApplicationDisplayVersion >2.2.5 </ApplicationDisplayVersion >
35
- <ApplicationVersion >34 </ApplicationVersion >
34
+ <ApplicationDisplayVersion >2.3.0 </ApplicationDisplayVersion >
35
+ <ApplicationVersion >35 </ApplicationVersion >
36
36
<AndroidUseAapt2 >True</AndroidUseAapt2 >
37
37
<AndroidCreatePackagePerAbi >False</AndroidCreatePackagePerAbi >
38
38
<AndroidPackageFormat >apk</AndroidPackageFormat >
41
41
</PropertyGroup >
42
42
43
43
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'" >
44
- <ApplicationDisplayVersion >2.2.5 </ApplicationDisplayVersion >
45
- <ApplicationVersion >34 </ApplicationVersion >
44
+ <ApplicationDisplayVersion >2.3.0 </ApplicationDisplayVersion >
45
+ <ApplicationVersion >35 </ApplicationVersion >
46
46
<AndroidPackageFormat >apk</AndroidPackageFormat >
47
47
<AndroidUseAapt2 >True</AndroidUseAapt2 >
48
48
<AndroidCreatePackagePerAbi >False</AndroidCreatePackagePerAbi >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 34 " android : versionName =" 2.2.5 " package =" com.lukaszswiderski.MiScaleExporter" android : installLocation =" auto" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 35 " android : versionName =" 2.3.0 " package =" com.lukaszswiderski.MiScaleExporter" android : installLocation =" auto" >
3
3
<uses-sdk android : minSdkVersion =" 23" android : targetSdkVersion =" 36" />
4
4
<uses-permission android : name =" android.permission.BLUETOOTH" android : maxSdkVersion =" 30" />
5
5
<uses-permission android : name =" android.permission.BLUETOOTH_CONNECT" />
You can’t perform that action at this time.
0 commit comments