Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
updating manifest for v16 release on August 12, 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom Srinivasan committed Aug 13, 2013
1 parent 17d88a9 commit 80c19d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.benetech.android" android:versionCode="15" android:versionName="4.1.0.20130809" android:installLocation="auto">
<uses-sdk android:minSdkVersion="10" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.benetech.android" android:versionCode="16" android:versionName="4.1.0.20130809" android:installLocation="auto">
<uses-sdk android:minSdkVersion="5" />
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down

0 comments on commit 80c19d9

Please sign in to comment.