Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
remove deprecated stuff, update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lfuelling committed Apr 24, 2020
1 parent dfe9737 commit 53588f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
7 changes: 1 addition & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'jacoco-android'

jacocoAndroidUnitTestReport {
csv.enabled true
}

android {
buildToolsVersion '29.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.0'
defaultConfig {
applicationId "io.lerk.lrkFM"
minSdkVersion 23
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: "com.github.ben-manes.versions"

buildscript {
repositories {
maven { url 'https://nexus.gammel.cloud/repository/maven-public/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.4'
classpath "com.github.ben-manes:gradle-versions-plugin:0.28.0"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jul 08 13:47:39 CEST 2019
#Fri Apr 24 20:59:24 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip

0 comments on commit 53588f8

Please sign in to comment.