Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Fix crashing bug and increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Nov 20, 2013
1 parent 5f8d0c0 commit 88e507b
Show file tree
Hide file tree
Showing 6 changed files with 1,324 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.nightweb" android:versionCode="22" android:versionName="0.0.22">
package="net.nightweb" android:versionCode="23" android:versionName="0.0.23">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
6 changes: 3 additions & 3 deletions android/project.clj
@@ -1,4 +1,4 @@
(defproject nightweb-android/Nightweb "0.0.22"
(defproject nightweb-android/Nightweb "0.0.23"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:min-lein-version "2.0.0"
Expand All @@ -12,7 +12,7 @@
:dependencies [[com.h2database/h2 "1.3.173"]
[markdown-clj "0.9.33"]
[neko/neko "3.0.0"]
[org.clojure/java.jdbc "0.3.0-beta1"]
;[org.clojure/java.jdbc "0.3.0-beta1"]
[org.clojure-android/clojure "1.5.1-jb" :use-resources true]]
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]]
:android {:aot :all-with-unused}}
Expand All @@ -27,4 +27,4 @@
:android {:support-libraries ["v13"]
:target-version "15"
:aot-exclude-ns ["clojure.parallel" "clojure.core.reducers"]
:dex-opts ["-JXmx4096M" "--no-optimize"]})
:dex-opts ["-JXmx4096M"]})

0 comments on commit 88e507b

Please sign in to comment.