Skip to content

Commit

Permalink
regenerate native project
Browse files Browse the repository at this point in the history
  • Loading branch information
bob committed Sep 17, 2016
1 parent 9a4737e commit bdb292c
Show file tree
Hide file tree
Showing 31 changed files with 75 additions and 483 deletions.
4 changes: 2 additions & 2 deletions android/app/BUCK
Expand Up @@ -46,13 +46,13 @@ android_library(

android_build_config(
name = 'build_config',
package = 'com.gmtcclient',
package = 'com.mdccclient',
)

android_resource(
name = 'res',
res = 'src/main/res',
package = 'com.gmtcclient',
package = 'com.mdccclient',
)

android_binary(
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Expand Up @@ -87,7 +87,7 @@ android {
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "com.gmtcclient"
applicationId "com.mdccclient"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
Expand Down
30 changes: 0 additions & 30 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

@@ -1,4 +1,4 @@
package com.gmtcclient;
package com.mdccclient;

import com.facebook.react.ReactActivity;

Expand All @@ -10,6 +10,6 @@ public class MainActivity extends ReactActivity {
*/
@Override
protected String getMainComponentName() {
return "GmtcClient";
return "MdccClient";
}
}
@@ -1,4 +1,4 @@
package com.gmtcclient;
package com.mdccclient;

import android.app.Application;
import android.util.Log;
Expand Down
Binary file removed android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions android/app/src/main/res/values/strings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions android/app/src/main/res/values/styles.xml

This file was deleted.

Binary file removed android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

164 changes: 0 additions & 164 deletions android/gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions android/gradlew.bat

This file was deleted.

8 changes: 0 additions & 8 deletions android/keystores/BUCK

This file was deleted.

4 changes: 0 additions & 4 deletions android/keystores/debug.keystore.properties

This file was deleted.

2 changes: 1 addition & 1 deletion android/settings.gradle
@@ -1,3 +1,3 @@
rootProject.name = 'GmtcClient'
rootProject.name = 'MdccClient'

include ':app'
4 changes: 2 additions & 2 deletions index.android.js
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import GmtcClient from './src/App'
import MdccClient from './src/App'

AppRegistry.registerComponent('GmtcClient', () => GmtcClient)
AppRegistry.registerComponent('MdccClient', () => MdccClient)
4 changes: 2 additions & 2 deletions index.ios.js
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import GmtcClient from './src/App'
import MdccClient from './src/App'

AppRegistry.registerComponent('GmtcClient', () => GmtcClient)
AppRegistry.registerComponent('MdccClient', () => MdccClient)

0 comments on commit bdb292c

Please sign in to comment.