Skip to content

Commit 28af0bd

Browse files
Update version name and code (#153)
1 parent 241f0e8 commit 28af0bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ ext {
6464
compileSdkVersion = 29
6565
minSdkVersion = 16
6666
targetSdkVersion = 29
67-
versionCode = 21
67+
versionCode = 22
6868

6969
buildToolsVersion = "29.0.2"
70-
versionName = "3.3.0-alpha02"
70+
versionName = "3.3.0"
7171
}
7272

7373
Object getEnvOrDefault(String propertyName, Object defaultValue) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android.useAndroidX=true
2525
org.gradle.daemon=true
2626
org.gradle.jvmargs=-Xmx2560m
2727
GROUP=co.paystack.android
28-
VERSION_NAME=3.3.0-alpha01
28+
VERSION_NAME=3.3.0
2929
POM_DESCRIPTION=Android SDK for Paystack
3030
POM_URL=https://github.com/PaystackHQ/paystack-android
3131
POM_SCM_URL=https://github.com/PaystackHQ/paystack-android

0 commit comments

Comments
 (0)