Skip to content

Commit

Permalink
Updating android build tools from 7.1.1 to 7.1.3. Updating other pack…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
ArtursKadikis committed Aug 11, 2022
1 parent 89a4c93 commit 71c31ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.6.10'
repositories {
maven {
url 'https://developer.huawei.com/repo/'
Expand All @@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.1.3'

classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.google.gms:google-services:4.3.10'
Expand Down
2 changes: 1 addition & 1 deletion sdk-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' //for publishing
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.21.0' //for publishing
}
}

Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
dependencies {
//classpath 'com.dicedmelon.gradle:jacoco-android:0.1.4'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' //for publishing
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.21.0' //for publishing
}
}

Expand Down
2 changes: 1 addition & 1 deletion upload-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' //for publishing
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.21.0' //for publishing
}
}

Expand Down

0 comments on commit 71c31ef

Please sign in to comment.