Skip to content

Commit

Permalink
Update to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Graziano Capelli authored and Graziano Capelli committed Nov 13, 2016
1 parent 3c099cb commit a9421bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Binary file renamed apk/GPSLogger-2.1.0.apk → apk/GPSLogger-2.1.1.apk
Binary file not shown.
Binary file modified apk/GPSLogger-latest.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "eu.basicairdata.graziano.gpslogger"
minSdkVersion 8
targetSdkVersion 23
versionCode 11
versionName '2.1.0'
versionCode 12
versionName '2.1.1'
}
buildTypes {
release {
Expand Down
6 changes: 4 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:alwaysRetainTaskState="true"
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:theme="@style/MyMaterialTheme">
<activity android:name=".GPSActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.MAIN"
android:launchMode="singleInstance"/>
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".SettingsActivity"
android:launchMode="singleInstance"
android:configChanges="orientation|screenSize">
</activity>
<service
Expand Down
Binary file not shown.

0 comments on commit a9421bf

Please sign in to comment.