* #36737: switch back to svn repo, remove assert in sip_transaction.c
diff --git a/jni/pjproject-android/.svn/pristine/d8/d814b69e2488890d1f03b756d0d417fc26d87828.svn-base b/jni/pjproject-android/.svn/pristine/d8/d814b69e2488890d1f03b756d0d417fc26d87828.svn-base
new file mode 100644
index 0000000..737698f
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/d8/d814b69e2488890d1f03b756d0d417fc26d87828.svn-base
@@ -0,0 +1,31 @@
+APP_NAME = PjsuaBB
+
+CONFIG += qt warn_on cascades10
+
+include(config.pri)
+
+SOURCES +=  ../../pjsua_app.c \
+            ../../pjsua_app_cli.c \
+            ../../pjsua_app_common.c \
+            ../../pjsua_app_config.c \
+            ../../pjsua_app_legacy.c
+
+device {
+    CONFIG(debug, debug|release) {
+        # Device-Debug custom configuration
+        include(../../../../pjsip.pri)
+        LIBS += -lbb
+    }
+
+    CONFIG(release, debug|release) {
+        # Device-Release custom configuration
+        include(../../../../pjsip.pri)
+        LIBS += -lbb
+    }
+}
+
+simulator {
+    CONFIG(debug, debug|release) {
+        # Simulator-Debug custom configuration
+    }
+}