Skip to content
Snippets Groups Projects
Commit e5ffa8e9 authored by akwizgran's avatar akwizgran
Browse files

Bug cannot be reproduced with the Java plugin.

parent c0cb144e
No related branches found
No related tags found
No related merge requests found
plugins {
id 'com.android.library'
id 'java'
}
android {
compileSdkVersion 31
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
java {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dependencies {
testImplementation 'org.codehaus.groovy:groovy-test-junit5:3.0.7'
}
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.app">
</manifest>
......@@ -4,9 +4,6 @@ buildscript {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
}
}
allprojects {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment