Skip to content

Commit

Permalink
[#13] 뱃지가 달린 Round Image View 추가
Browse files Browse the repository at this point in the history
- Style Package 논의 내용 적용 및 Resolve Conflict
  • Loading branch information
DongJun-H committed Apr 15, 2022
1 parent 9705d3b commit d5e2855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'kotlin-kapt'
id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
id 'dagger.hilt.android.plugin'
}

android {
compileSdk 32

defaultConfig {
applicationId "com.moyerun.moyeorun_android"
minSdk 21
minSdk 26
targetSdk 32
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -79,6 +81,10 @@ dependencies {
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.google.firebase:firebase-crashlytics-ktx'

// Hilt
implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"

// Glide
implementation "com.github.bumptech.glide:glide:$glide_version"
annotationProcessor "com.github.bumptech.glide:compiler:$glide_version"
Expand Down
File renamed without changes.

0 comments on commit d5e2855

Please sign in to comment.