# HG changeset patch # User Michael Schloh von Bennewitz # Date 1423945380 -3600 # Node ID fa9cb0e70440dc53c8e722df33adf04362fabc1c # Parent 842945e5b78222b97ffd2b8fe22bdc58915ac032 Decide on Lolipop API level 21 after testing concluded stable operation. diff -r 842945e5b782 -r fa9cb0e70440 AndroidManifest.xml --- a/AndroidManifest.xml Sat Feb 14 21:21:19 2015 +0100 +++ b/AndroidManifest.xml Sat Feb 14 21:23:00 2015 +0100 @@ -6,7 +6,7 @@ + android:targetSdkVersion="21" /> @@ -52,4 +52,4 @@ - \ No newline at end of file + diff -r 842945e5b782 -r fa9cb0e70440 project.properties --- a/project.properties Sat Feb 14 21:21:19 2015 +0100 +++ b/project.properties Sat Feb 14 21:23:00 2015 +0100 @@ -11,4 +11,4 @@ proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-19 +target=android-21