We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5355b0e commit 7805da6Copy full SHA for 7805da6
azampay-payment-impl/build.gradle
@@ -0,0 +1,7 @@
1
+apply from: rootProject.file('gradle/plugin-java.gradle')
2
+
3
+dependencies {
4
+ implementation project(':mobile-payment-api')
5
+ implementation libs.slfj;
6
+ implementation libs.gson;
7
+}
settings.gradle
@@ -2,3 +2,4 @@ rootProject.name = 'mobile-payments-library'
include('mobile-payment-api')
include('mpesa-mobile-payment-impl')
include('mobile-payment-logback-config')
+inlclude('azampay-payment-impl')
0 commit comments