Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2013-11-26 11:34:00 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-11-26 11:34:00 +0400
commit2961a81d8fd62393924a24415a4b2a496845b1f1 (patch)
tree1b92d5e101b273e517269d4bd1fa2adf06dce4d6 /src/main/AndroidManifest.xml
parent2e87d8c8d23f377f8fd51a5bd27584e4cf6cce13 (diff)
Implemented methods to swap between transmit modes.
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index cc94fd7..2ecdea2 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -19,7 +19,7 @@
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="18" />
+ <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="18" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:allowBackup="true">