Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

regarding problem in barcode detector #144

Open
ghost opened this issue Oct 5, 2018 · 0 comments
Open

regarding problem in barcode detector #144

ghost opened this issue Oct 5, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 5, 2018

Error: Program type already present: android.support.v4.app.BackStackRecord$Op

Code gradle app;

apply plugin: 'com.android.application'

android {
compileSdkVersion 28
defaultConfig {
applicationId "com.example.rudra.barcodereader"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    //noinspection GradleCompatible
    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.google.android.gms:play-services:7.8+'
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants