Skip to content

Commit 89543e7

Browse files
authored
Merge pull request #254 from Countly/maven-migration
Dependency change
2 parents 3a661e8 + a053106 commit 89543e7

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ buildscript {
1010
}
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:4.1.3'
13+
classpath 'com.android.tools.build:gradle:8.1.4'
1414
classpath 'com.github.dcendents:android-maven-plugin:1.2'
15-
classpath 'com.google.gms:google-services:4.3.0'
15+
classpath 'com.google.gms:google-services:4.4.2'
1616

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

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ POM_LICENCE_DIST=repo
3131
POM_DEVELOPER_NAME=Countly
3232

3333
# Publishing properties
34-
SONATYPE_AUTOMATIC_RELEASE=true
34+
SONATYPE_HOST=CENTRAL_PORTAL
35+
RELEASE_SIGNING_ENABLED=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

sdk-java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'java-library'
2-
apply plugin: 'maven'
2+
// apply plugin: 'maven'
33

44

55
buildscript {
@@ -8,7 +8,7 @@ buildscript {
88
//mavenLocal()
99
}
1010
dependencies {
11-
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' //for publishing
11+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.28.0' //for publishing
1212
}
1313
}
1414

0 commit comments

Comments
 (0)