Skip to content

Commit

Permalink
Merge pull request #17 from Akshat7321/developing2
Browse files Browse the repository at this point in the history
Facebook removed
AvinashAgarwal14 authored Oct 26, 2018
2 parents 79412f7 + 7cb2a23 commit 512d51a
Showing 16 changed files with 1,058 additions and 523 deletions.
8 changes: 8 additions & 0 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

473 changes: 254 additions & 219 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@ android {
applicationId "com.app.aavishkar.aavishkarapp"
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
7 changes: 3 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -54,15 +54,14 @@
android:name="com.apptreesoftware.mapview.MapActivity"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />

<!--<meta-data-->
<!--android:name="com.google.firebase.messaging.default_notification_channel_id"-->
<!--android:value="@string/notification_channel_id" />-->

<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" />

<!--<meta-data-->
<!--android:name="com.google.firebase.messaging.default_notification_channel_id"-->
<!--android:value="@string/notification_channel_id" />-->

<activity
android:name="com.facebook.FacebookActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<string name="app_name">Aavishkar_app.</string>

<!-- Replace "000000000000" with your Facebook App ID here. -->
<string name="facebook_app_id">331944694039778</string>
<string name="facebook_app_id">243431462993189</string>

<!-- Replace "000000000000" with your Facebook App ID here. -->
<string name="fb_login_protocol_scheme">fb331944694039778</string>
<string name="fb_login_protocol_scheme">fb243431462993189</string>
</resources>
4 changes: 2 additions & 2 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
@@ -64,14 +64,14 @@
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb331944694039778</string>
<string>fb243431462993189</string>
</array>
</dict>
</array>

<key>FacebookAppID</key>

<string>331944694039778</string>
<string>243431462993189</string>
<key>FacebookDisplayName</key>

<string>com.app.aavishkar.aavishkarapp</string>
Loading

0 comments on commit 512d51a

Please sign in to comment.