Target and minimum SDK Version set to 4 (Android 1.6)

This commit is contained in:
Sebastian Kaspari 2011-02-19 21:09:44 +01:00
parent 97c382c893
commit e169627905
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
</activity>
<service android:name=".irc.IRCService"></service>
</application>
<uses-sdk android:minSdkVersion="3" />
<uses-sdk android:minSdkVersion="4" />
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.VIBRATE"></uses-permission>
</manifest>

View File

@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-3
target=android-4