refactor: remove PersistentLogger.java and fix libsignal build.gradle minSdkVersion

This commit is contained in:
jubb
2021-07-15 16:56:13 +10:00
parent 3928a799fb
commit a18ab6c079
3 changed files with 5 additions and 252 deletions

View File

@@ -4,6 +4,10 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion androidCompileSdkVersion
defaultConfig {
minSdkVersion androidMinimumSdkVersion
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8