File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 siteUrl = ' https://github.com/shadowfaxtech/proSwipeButton'
1414 gitUrl = ' https://github.com/shadowfaxtech/proSwipeButton.git'
1515
16- libraryVersion = ' 1.1.1 '
16+ libraryVersion = ' 1.2 '
1717
1818 developerId = ' developerId'
1919 developerName = ' Ishaan Garg'
@@ -30,8 +30,8 @@ android {
3030 defaultConfig {
3131 minSdkVersion 15
3232 targetSdkVersion 26
33- versionCode 5
34- versionName " 1.1.1 "
33+ versionCode 6
34+ versionName " 1.2 "
3535 vectorDrawables. useSupportLibrary = true
3636
3737 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -46,12 +46,12 @@ android {
4646}
4747
4848dependencies {
49- compile fileTree(dir : ' libs' , include : [' *.jar' ])
50- androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
49+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
50+ androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
5151 exclude group : ' com.android.support' , module : ' support-annotations'
5252 })
53- compile ' com.android.support:appcompat-v7:26.1.0'
54- testCompile ' junit:junit:4.12'
53+ implementation ' com.android.support:appcompat-v7:26.1.0'
54+ testImplementation ' junit:junit:4.12'
5555}
5656
5757apply from : ' https://raw.githubusercontent.com/numetriclabz/jcenter/master/installv.gradle'
You can’t perform that action at this time.
0 commit comments