Update gradle scripts (#48)

This commit is contained in:
Jean-Baptiste 2024-04-17 18:08:17 +02:00 committed by jacques
parent 4592a99fb7
commit af57fdba72
3 changed files with 2 additions and 19 deletions

View file

@ -1,14 +0,0 @@
package net.foucry.pilldroid;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
}

View file

@ -17,8 +17,6 @@ buildscript {
}
ext {
compileSdkVersion = '28'
buildToolsVersion = '28.0.1'
var = '3.4.2'
defaultMinSdkVersion = 26
defaultTargetSdkVersion = 30
defaultVersionCode = 1
@ -38,5 +36,4 @@ tasks.register('clean', Delete) {
delete rootProject.buildDir
}
dependencies {
}
dependencies {}

View file

@ -16,7 +16,7 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
android.enableJetifier=true
android.enableJetifier=false
android.useAndroidX=true
org.gradle.unsafe.configuration-cache=true
org.gradle.warning.mode=none