frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 114 forks source link

plugin with id' com.andriod.library #20

Closed Alicxx closed 7 years ago

Alicxx commented 7 years ago

looking for a answer for the the plugin with id' com.andriod.library

apply plugin: 'com.android.library'

android { compileSdkVersion 23 buildToolsVersion "24.0.3"

defaultConfig {
    minSdkVersion 21
    targetSdkVersion 23
    versionCode 1
    versionName "1.0"
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
    debug {
        testCoverageEnabled true
    }
}

}

apply plugin: 'jacoco' jacoco { version "0.7.1.201405082137" }

dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:23.1.1' compile files('libs/AMZNMediaPlayer.jar') compile files('libs/exoplayer.jar') compile project(':ModuleInterface') compile project(':UAMP')

// Set this dependency to use JUnit 4 rules
androidTestCompile 'com.android.support.test:rules:0.4.1'

androidTestCompile('com.android.support.test:runner:0.4.1') {
    exclude module: 'support-annotations'
}

}

frostney commented 7 years ago

Hi @Alicxx, I'm sorry for just replying to this now. By the current description I would assume this is a duplicate of #12.

If you don't think it is, feel free to re-open this issue and provide more information on the issue.