File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
applicationId ' net.sourceforge.smallbasic'
10
10
minSdkVersion 16
11
11
targetSdkVersion 29
12
- versionCode 42
12
+ versionCode 43
13
13
versionName " 12.21"
14
14
resConfigs " en"
15
15
}
Original file line number Diff line number Diff line change 70
70
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
71
71
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
72
72
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
73
- <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION " />
73
+ <uses-permission android : name =" android.permission.ACCESS_COURSE_LOCATION " />
74
74
<uses-permission android : name =" com.android.launcher.permission.INSTALL_SHORTCUT" />
75
75
</manifest >
76
76
You can’t perform that action at this time.
0 commit comments