Update Gradle (#902)

This commit is contained in:
Emux
2022-01-26 17:49:33 +02:00
committed by GitHub
parent f5f77157c9
commit c4003bab33
4 changed files with 22 additions and 18 deletions

View File

@@ -1,11 +1,5 @@
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
}
plugins {
id 'com.android.application' version '7.0.4' apply false
}
allprojects {
@@ -37,13 +31,6 @@ static def versionCode() { return 1 }
def versionName() { return version }
subprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url "https://plugins.gradle.org/m2/" }
}
tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7