Skip to content

Commit 8e368bb

Browse files
committed
Switch to Access code-style.
Remove All token functions Add 3DS popup Add requery capability
1 parent 1c9eaec commit 8e368bb

31 files changed

Lines changed: 823 additions & 716 deletions

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.3'
8+
classpath 'com.android.tools.build:gradle:2.3.1'
99
classpath 'org.robolectric:robolectric-gradle-plugin:1.1.0'
1010
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
1111
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
@@ -24,9 +24,9 @@ ext {
2424
compileSdkVersion = 25
2525
minSdkVersion = 16
2626
targetSdkVersion = 25
27-
versionCode = 10
27+
versionCode = 11
2828

2929
buildToolsVersion = "25.0.1"
30-
supportLibraryVersion = "25.0.1"
31-
versionName = "2.1.2"
30+
supportLibraryVersion = "25.3.1"
31+
versionName = "3.0.0"
3232
}

example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ dependencies {
2727
testCompile 'org.assertj:assertj-core:3.5.2'
2828
testCompile 'org.robolectric:robolectric:3.1.2'
2929
testCompile 'org.mockito:mockito-core:1.10.19'
30-
// compile project(':paystack')
31-
compile "co.paystack.android:paystack:$rootProject.ext.versionName"
30+
compile project(':paystack')
31+
// compile "co.paystack.android:paystack:$rootProject.ext.versionName"
3232
}

example/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
android:theme="@style/AppTheme">
1313

1414
<!-- metadata for paystack -->
15-
<meta-data
16-
android:name="co.paystack.android.PublicKey"
17-
android:value="pk_live_2bf31d4aea08ab31f5d0cfd645c7e4f67025d259"/>
15+
<!--<meta-data-->
16+
<!--android:name="co.paystack.android.PublicKey"-->
17+
<!--android:value="pk_test_983fafb18046e47fbdb96b25c09daa298189cdea"/>-->
1818

1919
<activity
2020
android:name=".MainActivity"

0 commit comments

Comments
 (0)