Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit d916fe5

Browse files
committed
Remove old config
1 parent 001e131 commit d916fe5

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ android {
1515
multiDexEnabled true
1616
vectorDrawables.useSupportLibrary = true
1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
18-
// M-Pesa credentials in gradle.properties
19-
buildConfigField("String", "CONSUMER_KEY", CONSUMER_KEY)
20-
buildConfigField("String", "CONSUMER_SECRET", CONSUMER_SECRET)
2118
}
2219
buildTypes {
2320
release {

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ org.gradle.jvmargs=-Xmx1536m
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
1818
android.enableAapt2=false
19-
20-
# Get from https://developer.safaricom.co.ke
21-
CONSUMER_KEY=abc
22-
CONSUMER_SECRET=abc

0 commit comments

Comments
 (0)