Skip to content

Commit 3d14605

Browse files
committed
Transforming to library
1 parent c1b1a20 commit 3d14605

File tree

24 files changed

+4
-10
lines changed

24 files changed

+4
-10
lines changed
File renamed without changes.
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
apply plugin: 'com.android.application'
2-
1+
apply plugin: 'com.android.library'
32
apply plugin: 'kotlin-android'
4-
53
apply plugin: 'kotlin-android-extensions'
64

75
android {
86
compileSdkVersion 28
97
defaultConfig {
10-
applicationId "br.org.inec.resterrorinteceptor"
118
minSdkVersion 14
129
targetSdkVersion 28
13-
versionCode 1
14-
versionName "1.0"
15-
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1610
}
11+
1712
buildTypes {
1813
release {
1914
minifyEnabled false
@@ -25,8 +20,7 @@ android {
2520
dependencies {
2621
implementation fileTree(dir: 'libs', include: ['*.jar'])
2722
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
28-
implementation 'com.android.support:appcompat-v7:28.0.0'
23+
2924
testImplementation 'junit:junit:4.12'
3025
androidTestImplementation 'com.android.support.test:runner:1.0.2'
31-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3226
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)