Skip to content

Commit 1cabf59

Browse files
committed
bumped versions
1 parent 29da455 commit 1cabf59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

proswipebutton/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
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

4848
dependencies {
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

5757
apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/installv.gradle'

0 commit comments

Comments
 (0)