Skip to content

Commit

Permalink
Merge pull request #2 from Meesho/bump-gradle-version
Browse files Browse the repository at this point in the history
Bump gradle version, migrate from maven to maven_publish
  • Loading branch information
vshali authored Feb 8, 2023
2 parents bb027c1 + d431a6c commit ab97b61
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 155 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.3"
}
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
VERSION_NAME=1.0.0
GROUP=com.facebook.battery
android.useAndroidX=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
2 changes: 0 additions & 2 deletions metrics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ dependencies {
testImplementation 'org.powermock:powermock-module-junit4:2.0.2'
}

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

ext.versionName = { ->
def currentTag = 'git tag --points-at HEAD'.execute().in.text.toString().trim()
def currentBranch = 'git rev-parse --abbrev-ref HEAD'.execute().in.text.toString().trim()
Expand Down
149 changes: 0 additions & 149 deletions release.gradle

This file was deleted.

1 change: 0 additions & 1 deletion reporters/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ dependencies {
testImplementation 'org.robolectric:robolectric:4.4'
}

apply from: rootProject.file('release.gradle')
1 change: 0 additions & 1 deletion serializers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ dependencies {
testImplementation 'org.robolectric:robolectric:4.4'
}

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

0 comments on commit ab97b61

Please sign in to comment.