Skip to content

Commit

Permalink
add extension gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycoola committed Oct 26, 2021
1 parent c2e03d7 commit 3fa5cd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apply plugin: 'com.android.application'

apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

apply plugin: 'com.google.gms.google-services'

apply plugin: 'kotlin-kapt'
Expand Down Expand Up @@ -57,7 +55,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'androidx.room:room-runtime:2.3.0'
annotationProcessor 'androidx.room:room-compiler:2.3.0'
kapt 'androidx.room:room-compiler:2.3.0'
testImplementation 'androidx.room:room-testing:2.3.0'

implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0-beta01'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0-RC'
classpath 'com.google.gms:google-services:4.3.10'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
4 changes: 2 additions & 2 deletions liband/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ dependencies {

implementation 'androidx.preference:preference-ktx:1.1.1'

annotationProcessor 'androidx.room:room-compiler:2.3.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
kapt 'androidx.room:room-compiler:2.3.0'
kapt 'com.github.bumptech.glide:compiler:4.12.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.room:room-testing:2.3.0'
androidTestImplementation 'androidx.test:runner:1.4.1-alpha03'
Expand Down

0 comments on commit 3fa5cd3

Please sign in to comment.