Skip to content

Commit

Permalink
Merge pull request #19 from Shek863/master
Browse files Browse the repository at this point in the history
add namespace
  • Loading branch information
Shek863 authored Sep 7, 2023
2 parents d818c01 + fcc40db commit 8e41cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ apply plugin: 'kotlin-android'


android {
namespace 'co.opensi.kkiapay'
compileSdkVersion 34

defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode VERSION_CODE.toInteger()
versionName VERSION_NAME
versionCode 60.toInteger()
versionName "1.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -51,5 +52,3 @@ dependencies {
implementation 'commons-codec:commons-codec:1.11'
implementation 'com.google.code.gson:gson:2.9.0'
}

apply from: rootProject.file('deploy.gradle')
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apply plugin: 'kotlin-android'


android {
namespace 'co.opensi.kkiapay_sdk'
compileSdk 34
defaultConfig {
applicationId "co.opensi.kkiapay_sdk"
Expand Down

0 comments on commit 8e41cd9

Please sign in to comment.