Skip to content

Commit a9421bf

Browse files
Graziano CapelliGraziano Capelli
Graziano Capelli
authored and
Graziano Capelli
committed
Update to v2.1.1
1 parent 3c099cb commit a9421bf

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed
Binary file not shown.

apk/GPSLogger-latest.apk

2.55 KB
Binary file not shown.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "eu.basicairdata.graziano.gpslogger"
99
minSdkVersion 8
1010
targetSdkVersion 23
11-
versionCode 11
12-
versionName '2.1.0'
11+
versionCode 12
12+
versionName '2.1.1'
1313
}
1414
buildTypes {
1515
release {

app/src/main/AndroidManifest.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,17 @@
3737
android:label="@string/app_name"
3838
android:supportsRtl="true"
3939
android:alwaysRetainTaskState="true"
40-
android:launchMode="singleTask"
40+
android:launchMode="singleInstance"
4141
android:theme="@style/MyMaterialTheme">
4242
<activity android:name=".GPSActivity">
4343
<intent-filter>
44-
<action android:name="android.intent.action.MAIN" />
44+
<action android:name="android.intent.action.MAIN"
45+
android:launchMode="singleInstance"/>
4546
<category android:name="android.intent.category.LAUNCHER" />
4647
</intent-filter>
4748
</activity>
4849
<activity android:name=".SettingsActivity"
50+
android:launchMode="singleInstance"
4951
android:configChanges="orientation|screenSize">
5052
</activity>
5153
<service

0 commit comments

Comments
 (0)