diff --git a/android/app/build.gradle b/android/app/build.gradle index abcfdafb..cde218eb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -234,7 +234,7 @@ dependencies { implementation "com.facebook.react:react-native:+" // From node_modules // For Java - implementation 'androidx.work:work-runtime:2.7.1' + implementation 'androidx.work:work-runtime:2.7.1' // For Kotlin implementation 'androidx.work:work-runtime-ktx:2.7.1' @@ -245,6 +245,8 @@ dependencies { implementation 'com.facebook.soloader:soloader:0.9.0+' + implementation 'com.facebook.android:facebook-android-sdk:latest.release' + debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { exclude group:'com.facebook.fbjni' } @@ -278,4 +280,4 @@ task wrapper(type: Wrapper) { } apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) -apply from: "../../node_modules/react-native-code-push/android/codepush.gradle" \ No newline at end of file +apply from: "../../node_modules/react-native-code-push/android/codepush.gradle" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 25ca4284..67a1d40c 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -19,11 +19,14 @@ android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" - android:theme="@style/AppTheme"> - + - + android:value="@string/GOOGLE_MAP_API_KEY_ANDROID" + /> + + 대동빵지도 @string/KAKAO_NATIVE_APP_KEY + @string/FACEBOOK_API_ID