diff --git a/README.md b/README.md index 040c0c3..e7cc75f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ and then add dependency ```groovy dependencies { - implementation 'com.github.varunest:TheGlowingLoader:1.0.6' + implementation 'com.github.varunest:TheGlowingLoader:1.0.7' } ``` diff --git a/app/build.gradle b/app/build.gradle index d7d0f17..25542fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,6 +27,6 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - implementation project(':theglowingloader') - // implementation 'com.github.varunest:TheGlowingLoader:1.0.6' + //implementation project(':theglowingloader') + implementation 'com.github.varunest:TheGlowingLoader:1.0.7' } diff --git a/theglowingloader/build.gradle b/theglowingloader/build.gradle index 4e9293a..36d8499 100644 --- a/theglowingloader/build.gradle +++ b/theglowingloader/build.gradle @@ -8,8 +8,6 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 6 - versionName "1.0.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }