Skip to content

Commit

Permalink
Gradle settings were made.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilozel1903 committed Apr 26, 2022
1 parent 795e251 commit e6260f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ android {
}

dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
Expand Down
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// agconnect
// ag-connect
classpath 'com.huawei.agconnect:agcp:1.6.0.300'
classpath 'com.google.gms:google-services:4.3.10'


// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

Expand Down

0 comments on commit e6260f3

Please sign in to comment.