Skip to content

Commit d431a6c

Browse files
committed
Bump gradle version, migrate from maven to maven_publish
1 parent bb027c1 commit d431a6c

File tree

7 files changed

+3
-155
lines changed

7 files changed

+3
-155
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313

1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:3.5.0'
15+
classpath 'com.android.tools.build:gradle:7.2.0'
1616
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.3"
1717
}
1818
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
VERSION_NAME=1.0.0
22
GROUP=com.facebook.battery
3+
android.useAndroidX=true

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip

metrics/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ dependencies {
4545
testImplementation 'org.powermock:powermock-module-junit4:2.0.2'
4646
}
4747

48-
apply from: rootProject.file('release.gradle')
49-
5048
ext.versionName = { ->
5149
def currentTag = 'git tag --points-at HEAD'.execute().in.text.toString().trim()
5250
def currentBranch = 'git rev-parse --abbrev-ref HEAD'.execute().in.text.toString().trim()

release.gradle

Lines changed: 0 additions & 149 deletions
This file was deleted.

reporters/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ dependencies {
4646
testImplementation 'org.robolectric:robolectric:4.4'
4747
}
4848

49-
apply from: rootProject.file('release.gradle')

serializers/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ dependencies {
4545
testImplementation 'org.robolectric:robolectric:4.4'
4646
}
4747

48-
apply from: rootProject.file('release.gradle')

0 commit comments

Comments
 (0)