Commit add600d4 authored by Divyanshu Bhargava's avatar Divyanshu Bhargava

minor changes

parent 77a58b36
......@@ -49,5 +49,4 @@
<!-- Default Background Color -->
<color name="default_background">#FAFAFA</color>
</resources>
apply plugin: 'com.android.library'
android {
compileSdkVersion 27
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
defaultConfig {
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion versions.targetSdk
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment