thunderbird-android/backend/api/build.gradle

13 lines
221 B
Groovy
Raw Normal View History

2022-09-17 12:53:04 +00:00
apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'com.android.lint'
2018-06-02 11:57:47 +00:00
2022-09-17 12:53:04 +00:00
java {
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
2018-06-02 11:57:47 +00:00
}
2022-09-17 12:53:04 +00:00
dependencies {
api project(":mail:common")
2018-06-02 11:57:47 +00:00
}