Category image

This commit is contained in:
yadavendras
2017-04-12 14:12:18 +05:30
parent 4337579b1e
commit 12208854fb
7 changed files with 141 additions and 48 deletions
+3 -3
View File
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion '25.0.0'
useLibrary 'org.apache.http.legacy'
@@ -15,8 +15,8 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 6
versionName "1.5"
versionCode 8
versionName "2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}