Skip to content

Instantly share code, notes, and snippets.

@1fabiopereira
Created January 3, 2018 13:51
Show Gist options
  • Save 1fabiopereira/7534f69d64d0fa5f889291a08ad674b9 to your computer and use it in GitHub Desktop.
Save 1fabiopereira/7534f69d64d0fa5f889291a08ad674b9 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 16
targetSdkVersion 22
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.google.android.gms:play-services-ads:+'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment