aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.iml
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-07-15 13:31:45 -0700
committerJeremy Klein <jlklein@google.com>2015-07-15 14:24:10 -0700
commitcabd426608f2c6776ecd1ef2ac0053dcc352adbc (patch)
tree9d0c6458577f7c6752dbc47482cc06dfe4c7d042 /app/app.iml
parentf688ba9d4c3d63e68267518f1d0773fcfb919085 (diff)
downloadconnectbot-cabd426608f2c6776ecd1ef2ac0053dcc352adbc.tar.gz
connectbot-cabd426608f2c6776ecd1ef2ac0053dcc352adbc.tar.bz2
connectbot-cabd426608f2c6776ecd1ef2ac0053dcc352adbc.zip
Add the v4 support library and update the notification API.
Switch to using NotificationCompat.Builder. This will allow for the creation of a "disconnect all" button in the notification (see #93).
Diffstat (limited to 'app/app.iml')
-rw-r--r--app/app.iml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/app.iml b/app/app.iml
index 1914fd4..2b8fc3e 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -85,7 +85,9 @@
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
- <orderEntry type="jdk" jdkName="Android API 20 Platform" jdkType="Android SDK" />
+ <orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="library" exported="" name="support-v4-22.0.0" level="project" />
+ <orderEntry type="library" exported="" name="support-annotations-22.0.0" level="project" />
</component>
</module> \ No newline at end of file