Skip to content

Commit

Permalink
Merge pull request #20 from knightbenax/develop
Browse files Browse the repository at this point in the history
Fix missing dep
  • Loading branch information
knightbenax authored Jun 30, 2021
2 parents 6abd38f + e69179c commit 944549f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void onClick(View view) {
"Wema Bank", "Zenith Bank"
};

paymentView.setPAYMENT_FROM(PAYMENT_FORM_TYPE.CARD);
//paymentView.setPAYMENT_FROM(PAYMENT_FORM_TYPE.CARD);
paymentView.setBanksSpinner(arraySpinner);
paymentView.setPentecostBackgroundColor(getResources().getColor(R.color.gold));

Expand Down
8 changes: 4 additions & 4 deletions pentecost/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 'knightbenax@gmail.com'
Expand All @@ -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"
}

Expand All @@ -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 {
Expand Down

0 comments on commit 944549f

Please sign in to comment.