Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RoxanaTeymouri committed May 11, 2019
1 parent 683c60e commit 3c47c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LibrarySample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
repositories {
google()
jcenter()

}
}

Expand Down
9 changes: 3 additions & 6 deletions LibrarySample/emptystatehelper/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 27


compileSdkVersion 27

defaultConfig {
minSdkVersion 17
Expand All @@ -12,9 +11,7 @@ android {
versionName "1.0"
group = 'com.roxa.emptystatehelper'
version = '1.0.0'

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}

buildTypes {
Expand All @@ -25,6 +22,7 @@ android {
}
}


dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.0.2'
Expand All @@ -33,5 +31,4 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation "com.android.support:customtabs:27.0.2"
implementation 'com.android.support:recyclerview-v7:27.0.2'
implementation 'com.github.User:Repo:Tag'
}
}

0 comments on commit 3c47c8d

Please sign in to comment.