Skip to content

Commit

Permalink
Move to newer gradle and try to make it build
Browse files Browse the repository at this point in the history
Removing buildToolsVersion, which gradle 7 ignored. 30.0.2 is required
by AGP 7.0.4. But why was this specificed at all?
  • Loading branch information
quite committed Feb 19, 2022
1 parent b212558 commit a95a100
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@

buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:7.0.4'
}
}
apply plugin: 'com.android.application'

repositories {
jcenter()
mavenCentral()
google()
}

Expand All @@ -54,7 +54,6 @@ allprojects {

android {
compileSdkVersion 29
buildToolsVersion '29.0.3'

defaultConfig {
minSdkVersion 14
Expand Down
7 changes: 4 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Fri Jan 21 11:46:24 CET 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
distributionSha256Sum=6c4276f97c9059ef4dfb06cc7325c43ed9b933ab04f032e9d9372e8589cb6faf
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion libraries/humla
Submodule humla updated from 5ce440 to 93a118

0 comments on commit a95a100

Please sign in to comment.