Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not find implimentation(), #840

Open
herob59 opened this issue Sep 28, 2020 · 0 comments
Open

could not find implimentation(), #840

herob59 opened this issue Sep 28, 2020 · 0 comments

Comments

@herob59
Copy link

herob59 commented Sep 28, 2020

apply plugin: 'com.android.application'

android {
compileSdkVersion 30
buildToolsVersion '25.0.3'

defaultConfig {
    applicationId "com.hero.gadprojectaad"
    minSdkVersion 26
    targetSdkVersion 30
    versionCode 1
    versionName "1.0"

    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
    }
}
compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}

}

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'

///Image Library for image loading and caching

apply plugin: 'maven'
implimentation  'com.github.bumptech.glide:glide:4.11.0'
//Glide V4 uses this new annotation processor
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
//volley
implementation 'com.android.volley:volley:1.1.1'
implimentation  "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implimentation  "com.squareup.retrofit2:converter-gson:2.9.0"
implementation 'androidx.recycleview:recycleview:1.1.0'
implimentation  'com.google.android.material:material:1.2.1'
implimentation  'androidx.cardview:cardview:1.0.0'

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant