File tree 3 files changed +10
-3
lines changed
metadata/en-US/changelogs 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " de.hauke_stieler.geonotes"
11
11
minSdkVersion 16
12
12
targetSdkVersion 32
13
- versionCode 1004004
14
- versionName " 1.4.4 "
13
+ versionCode 1004005
14
+ versionName " 1.4.5 "
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
}
Original file line number Diff line number Diff line change 7
7
android : required =" false" />
8
8
9
9
<uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
10
+ <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
10
11
<uses-permission android : name =" android.permission.INTERNET" />
11
12
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
12
13
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
24
25
<activity
25
26
android : name =" .settings.SettingsActivity"
26
27
android : label =" @string/title_activity_settings" />
27
- <activity android : name =" .MainActivity" >
28
+ <activity
29
+ android : name =" .MainActivity"
30
+ android : exported =" true" >
28
31
<intent-filter >
29
32
<action android : name =" android.intent.action.MAIN" />
30
33
Original file line number Diff line number Diff line change
1
+ 1.4.5:
2
+
3
+ Big fixes:
4
+ * Fix problem installing GeoNotes on SDK 31 or newer.
You can’t perform that action at this time.
0 commit comments