We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion '25.0.3'
}
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
}
The text was updated successfully, but these errors were encountered: