Cleanup
This commit is contained in:
parent
ac8b71df43
commit
4b0567744d
13 changed files with 6 additions and 91 deletions
0
.gitmodules
vendored
0
.gitmodules
vendored
1
app/html-cleaner/.gitignore
vendored
1
app/html-cleaner/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/build
|
15
build.gradle
15
build.gradle
|
@ -4,10 +4,6 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinCompile
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
buildConfig = [
|
||||
'robolectricSdk': 31
|
||||
]
|
||||
|
||||
// Judging the impact of newer library versions on the app requires being intimately familiar with the code
|
||||
// base. Please don't open pull requests upgrading dependencies if you're a new contributor.
|
||||
versions = [
|
||||
|
@ -61,13 +57,12 @@ buildscript {
|
|||
]
|
||||
|
||||
javaVersion = JavaVersion.VERSION_1_8
|
||||
kotlinJvmVersion = "1.8"
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -82,7 +77,7 @@ project.ext {
|
|||
testCoverage = project.hasProperty('testCoverage')
|
||||
}
|
||||
|
||||
subprojects {
|
||||
allprojects {
|
||||
configurations.all {
|
||||
resolutionStrategy.dependencySubstitution {
|
||||
substitute module("androidx.core:core") using module("androidx.core:core:${versions.androidxCore}")
|
||||
|
@ -118,8 +113,8 @@ subprojects {
|
|||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
sourceCompatibility javaVersion
|
||||
targetCompatibility javaVersion
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
@ -153,7 +148,7 @@ subprojects {
|
|||
|
||||
tasks.withType(KotlinCompile) {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
|
||||
jvmTarget = javaVersion
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ application {
|
|||
dependencies {
|
||||
implementation project(':app:html-cleaner')
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib"
|
||||
implementation "com.github.ajalt.clikt:clikt:3.4.0"
|
||||
implementation "com.squareup.okio:okio:${versions.okio}"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@ android.useAndroidX=true
|
|||
android.enableJetifier=false
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
org.gradle.jvmargs=-Xmx1400m
|
||||
org.gradle.jvmargs=-Xmx1400m -Dfile.encoding=UTF-8
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.fsck.k9.mail.common" />
|
|
@ -1,2 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.fsck.k9.mail.protocols.imap" />
|
|
@ -1,2 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.fsck.k9.mail.protocols.pop3" />
|
|
@ -1,2 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.fsck.k9.mail.protocols.smtp" />
|
|
@ -1,2 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.fsck.k9.mail.protocols.webdav" />
|
|
@ -1,2 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.fsck.k9.mail.testing" />
|
33
plugins/openpgp-api-lib/.gitignore
vendored
33
plugins/openpgp-api-lib/.gitignore
vendored
|
@ -1,33 +0,0 @@
|
|||
#Android specific
|
||||
bin
|
||||
gen
|
||||
obj
|
||||
lint.xml
|
||||
local.properties
|
||||
release.properties
|
||||
ant.properties
|
||||
*.class
|
||||
*.apk
|
||||
|
||||
#Gradle
|
||||
.gradle
|
||||
build
|
||||
gradle.properties
|
||||
|
||||
#Maven
|
||||
target
|
||||
pom.xml.*
|
||||
|
||||
#Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
.metadata
|
||||
|
||||
#IntelliJ IDEA
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
#Lint output
|
||||
lint-report.html
|
||||
lint-report_files/*
|
33
plugins/openpgp-api-lib/openpgp-api/.gitignore
vendored
33
plugins/openpgp-api-lib/openpgp-api/.gitignore
vendored
|
@ -1,33 +0,0 @@
|
|||
#Android specific
|
||||
bin
|
||||
gen
|
||||
obj
|
||||
lint.xml
|
||||
local.properties
|
||||
release.properties
|
||||
ant.properties
|
||||
*.class
|
||||
*.apk
|
||||
|
||||
#Gradle
|
||||
.gradle
|
||||
build
|
||||
gradle.properties
|
||||
|
||||
#Maven
|
||||
target
|
||||
pom.xml.*
|
||||
|
||||
#Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
.metadata
|
||||
|
||||
#IntelliJ IDEA
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
#Lint output
|
||||
lint-report.html
|
||||
lint-report_files/*
|
Loading…
Reference in a new issue