Created
January 3, 2018 13:51
-
-
Save 1fabiopereira/7534f69d64d0fa5f889291a08ad674b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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