Skip to content

Commit

Permalink
Gradle plugin 7.1.0-alpha06
Browse files Browse the repository at this point in the history
Build tools 31.0.0.
Gradle wrapper 7.1-bin.
  • Loading branch information
pranavpandey committed Aug 7, 2021
1 parent f294117 commit cbebb40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android:
components:
- tools
- platform-tools
- build-tools-30.0.3
- build-tools-31.0.0
- android-31
- extra-android-support
- extra-android-m2repository
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
'compileSdk': 31,
'minSdk' : 14,
'targetSdk' : 31,
'buildTools': '30.0.3',
'buildTools': '31.0.0',
'androidx' : '1.6.0'
]

Expand All @@ -29,7 +29,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.0-alpha03'
classpath 'com.android.tools.build:gradle:7.1.0-alpha06'
}
}

Expand Down
2 changes: 0 additions & 2 deletions dynamic-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ android {
defaultConfig {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode mavenVersionCode
versionName mavenVersion
}

sourceSets {
Expand Down
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-7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip

0 comments on commit cbebb40

Please sign in to comment.