hiteshsahu / ECommerce-App-Android

E-Commerce App for Android with Material Design Pattern
568 stars 480 forks source link

Upgrade to latest #21

Closed paulomcnally closed 3 years ago

paulomcnally commented 3 years ago
com.android.tools.build:gradle:4.1.3

implementation 'com.google.android.material:material:1.3.0'
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'androidx.recyclerview:recyclerview:1.2.0'
    implementation 'androidx.cardview:cardview:1.0.0'
    implementation 'androidx.palette:palette:1.0.0'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'

    implementation 'com.google.code.gson:gson:2.8.5'
    implementation 'ch.acra:acra:4.8.5'
    compile files('libs/com.google.guava_1.6.0.jar')
    implementation 'com.github.bumptech.glide:glide:3.7.0'
    implementation 'com.squareup.picasso:picasso:2.5.2'
    implementation 'com.flaviofaria:kenburnsview:1.0.7'

    implementation 'com.github.PhilJay:MPAndroidChart:v3.0.2'

    //Loading animations
    implementation 'com.wang.avi:library:1.0.5'
    implementation 'com.nineoldandroids:library:2.4.0'

   compileSdkVersion 30
    buildToolsVersion "30.0.3"
    targetSdkVersion 30