Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterNone committed Jan 18, 2022
1 parent 9be137a commit e8686fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Expand Up @@ -104,13 +104,15 @@ dependencies {
// Kotlin
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.1"
// Android Annotations
annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
// annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
kapt "org.androidannotations:androidannotations:$AAVersion"
implementation "org.androidannotations:androidannotations-api:$AAVersion"
// ButterKnife
implementation('com.jakewharton:butterknife:9.0.0-rc2', {
exclude group: 'com.android.support'
})
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc2'
// annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc2'
kapt 'com.jakewharton:butterknife-compiler:9.0.0-rc2'
// Android supports
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down

0 comments on commit e8686fa

Please sign in to comment.