Skip to content

Commit e01c4a4

Browse files
committed
[issue labexp#134] [issue labexp#30] [issue labexp#67] Bumping the SDK version to 1.6 at last
1 parent 4355eb1 commit e01c4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<provider android:name=".db.TrackContentProvider" android:authorities="me.guillaumin.android.osmtracker.provider"></provider>
2929

3030
</application>
31-
<uses-sdk android:minSdkVersion="3" />
31+
<uses-sdk android:minSdkVersion="4"/>
3232

3333
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>
3434
<uses-permission android:name="android.permission.RECORD_AUDIO"></uses-permission>

default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# Indicates whether an apk should be generated for each density.
1111
split.density=false
1212
# Project target.
13-
target=android-3
13+
target=android-4

0 commit comments

Comments
 (0)