go back to requiring SDK 8 APIs for Base64. Will probably need to

expose the implementation in common via jni since there are still a
lot of SDK-7 devices out there.
This commit is contained in:
Eric House 2012-03-24 11:09:13 -07:00
parent 606cfef6d6
commit 0229c4ca2a

View file

@ -37,7 +37,7 @@
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="8" />
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8" />
<application android:icon="@drawable/icon48x48"
android:label="@string/app_name"