Skip to content

Commit

Permalink
update some android deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima committed Mar 15, 2018
1 parent 547ca61 commit d2b204f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions shared/react-native/android/app/build.gradle
Expand Up @@ -85,8 +85,8 @@ def Integer timestamp() {
}

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
compileSdkVersion 27
buildToolsVersion "27.0.3"

defaultConfig {
applicationId "io.keybase.ossifrage"
Expand Down Expand Up @@ -169,9 +169,8 @@ dependencies {
// Manually include GIF support for Fresco b/c it was removed from
// core library and RN doesn't auto add it back yet (RN 0.30.0)
// @see DESKTOP-1703
compile 'com.facebook.fresco:animated-base-support:0.14.1'
compile 'com.facebook.fresco:animated-gif:0.14.1'
compile 'com.facebook.fresco:fresco:1.5.0'
compile 'com.facebook.fresco:animated-gif:1.8.1'
compile 'com.facebook.fresco:fresco:1.8.1'
debugCompile 'com.hanhuy.android:viewserver:1.0.3'
compile project(':keybaselib')
testCompile 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion shared/react-native/ios/Keybase/AppDelegate.m
Expand Up @@ -130,7 +130,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
//
// jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=false"];
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];

#ifdef SYSTRACING
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self
launchOptions:launchOptions];
Expand Down

0 comments on commit d2b204f

Please sign in to comment.