config for new name, tixto
This commit is contained in:
@@ -99,7 +99,7 @@ android {
|
||||
buildToolsVersion "23.0.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.nexto"
|
||||
applicationId "com.tixto"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
versionCode 1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.nexto">
|
||||
package="com.tixto">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.nexto;
|
||||
package com.tixto;
|
||||
|
||||
import com.facebook.react.ReactActivity;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.nexto;
|
||||
package com.tixto;
|
||||
|
||||
import com.oblador.vectoricons.VectorIconsPackage;
|
||||
|
||||
@@ -21,5 +21,5 @@ android.useDeprecatedNdk=true
|
||||
|
||||
MYAPP_RELEASE_STORE_FILE=my-release-key.keystore
|
||||
MYAPP_RELEASE_KEY_ALIAS=my-key-alias
|
||||
MYAPP_RELEASE_STORE_PASSWORD=nextoapp
|
||||
MYAPP_RELEASE_KEY_PASSWORD=nextoapp
|
||||
MYAPP_RELEASE_STORE_PASSWORD=tixtoapp
|
||||
MYAPP_RELEASE_KEY_PASSWORD=tixtoapp
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Nexto",
|
||||
"displayName": "Nexto",
|
||||
"name": "Tixto",
|
||||
"displayName": "Tixto",
|
||||
"android": {
|
||||
"package": "com.nexto.nexto"
|
||||
"package": "com.tixto.tixto"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ export default class Chat extends Component<Props> {
|
||||
componentDidMount() {
|
||||
var stored_userId = this.retrieveUserId();
|
||||
|
||||
this.socket = io('http://10.0.2.2:3000', {jsonp: false});
|
||||
this.socket = io('https://murmuring-sierra-86040.herokuapp.com/', {jsonp: false});
|
||||
this.socket.on('connect', () => {
|
||||
this.socket.emit('initial', {position: this.props.position, avatar: this.props.avatar});
|
||||
});
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Nexto",
|
||||
"version": "6.0.0",
|
||||
"name": "Tixto",
|
||||
"version": "1.0.0",
|
||||
"description": "Spontaneous connection with peers whether in a library, classroom, or coffee shop.",
|
||||
"author": "Arjun Patel",
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user