2017-09-23 22:37:31 +03:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
|
|
android {
|
|
|
|
compileSdkVersion 23
|
|
|
|
buildToolsVersion "23.0.1"
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
minSdkVersion 16
|
|
|
|
targetSdkVersion 22
|
|
|
|
versionCode 1
|
|
|
|
versionName "1.0"
|
|
|
|
}
|
|
|
|
|
|
|
|
lintOptions {
|
|
|
|
warning 'InvalidPackage'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile 'com.facebook.react:react-native:+'
|
2018-07-25 16:03:58 +03:00
|
|
|
compile 'com.yandex.android:mobmetricalib:3.1.0'
|
2018-04-02 14:56:41 +03:00
|
|
|
}
|