Skip to content

Commit

Permalink
Bump agp to 7.3.1
Browse files Browse the repository at this point in the history
Apply huawei plugin
  • Loading branch information
cafer.kaya authored and cifo19 committed Dec 15, 2022
1 parent f502c20 commit c32b65b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.android.application'
id 'com.huawei.agconnect'
id 'kotlin-android'
}

Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ buildscript {
}
}
dependencies {
classpath "com.android.tools.build:gradle:4.2.2"
classpath "com.android.tools.build:gradle:7.3.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.huawei.agconnect:agcp:1.7.0.300'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion mapskit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ afterEvaluate {
from components.release
groupId = 'com.trendyol.mapskit'
artifactId = 'mapskit'
version = '1.1'
version = '1.2'
}
}
}
Expand Down

0 comments on commit c32b65b

Please sign in to comment.