Skip to content

Commit

Permalink
MBX-3117: fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Sozinov committed Oct 21, 2024
1 parent d201b97 commit 8a934b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.6.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.huawei.agconnect:agcp:1.9.1.300'
}
Expand Down
5 changes: 0 additions & 5 deletions modulesCommon.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ android {
}
}

/*tasks.register('androidSourcesJar', Jar) {
archiveClassifier.set('sources')
from android.sourceSets.main.java.srcDirs
}*/

afterEvaluate {
publishing {
publications {
Expand Down

0 comments on commit 8a934b7

Please sign in to comment.