Module Detail Overview Implementation #1

This commit is contained in:
Caesar2011
2018-05-16 23:43:47 +02:00
parent 55f06830b0
commit 7a1b6b66d7
25 changed files with 758 additions and 402 deletions

View File

@@ -17,6 +17,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
@@ -38,4 +44,6 @@ dependencies {
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'org.jetbrains:annotations-java5:15.0'
implementation files('libs/jericho-html-3.4.jar')
}