Skip to content

Commit

Permalink
Upgrade Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Sep 20, 2022
1 parent 4be5388 commit a455cf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
1 change: 0 additions & 1 deletion android-api-level-checker/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 30
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "org.javarosa"
minSdkVersion 21
Expand Down
14 changes: 4 additions & 10 deletions android-api-level-checker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
google()
jcenter()

mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:7.2.1'
}
}

allprojects {
repositories {
google()
jcenter()

mavenCentral()
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a455cf9

Please sign in to comment.