This repository was archived by the owner on Nov 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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 =" 6 " android : versionName =" 1.3.2 " package =" com.mihyan.simpletracker" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 7 " android : versionName =" 1.3.3 " package =" com.mihyan.simpletracker" >
3
3
<uses-sdk android : minSdkVersion =" 23" android : targetSdkVersion =" 29" />
4
4
<application android : allowBackup =" true" android : label =" @string/app_name" android : roundIcon =" @mipmap/ic_launcher_round" android : supportsRtl =" true" android : theme =" @style/Theme.AppCompat.Light.NoActionBar" android : icon =" @mipmap/ic_launcher" ></application >
5
5
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 22
22
// Minor Version
23
23
// Build Number
24
24
// Revision
25
- [ assembly: AssemblyVersion ( "1.3.2 .0" ) ]
26
- [ assembly: AssemblyFileVersion ( "1.3.2 .0" ) ]
25
+ [ assembly: AssemblyVersion ( "1.3.3 .0" ) ]
26
+ [ assembly: AssemblyFileVersion ( "1.3.3 .0" ) ]
27
27
28
28
[ assembly: UsesPermission ( Android . Manifest . Permission . Internet ) ]
29
29
[ assembly: UsesPermission ( Android . Manifest . Permission . AccessNetworkState ) ]
You can’t perform that action at this time.
0 commit comments