-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from knightbenax/develop
Fix missing dep
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ ext{ | |
libraryDescription = 'Payment Android UI Library for PayStack' | ||
siteUrl = 'https://github.com/knightbenax/Pentecost' | ||
gitUrl = 'https://github.com/knightbenax/Pentecost.git' | ||
libraryVersion = '1.1.14' | ||
libraryVersion = '1.1.15' | ||
developerId = 'knightbenax' | ||
developerName = 'Ashefor Reuben Bezaleel' | ||
developerEmail = '[email protected]' | ||
|
@@ -29,8 +29,8 @@ android { | |
defaultConfig { | ||
minSdkVersion 16 | ||
targetSdkVersion 30 | ||
versionCode 11 | ||
versionName '1.1.14' | ||
versionCode 12 | ||
versionName '1.1.15' | ||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | ||
} | ||
|
||
|
@@ -45,7 +45,7 @@ dependencies { | |
androidTestImplementation 'androidx.test.ext:junit:1.1.2' | ||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' | ||
implementation "androidx.cardview:cardview:1.0.0" | ||
api 'com.github.GwonHyeok:StickySwitch:0.0.16' | ||
compile 'com.github.GwonHyeok:StickySwitch:0.0.16' | ||
} | ||
|
||
repositories { | ||
|