Skip to content

Commit e85c54d

Browse files
authored
Merge pull request #746 from veritrans/develop
Exclude ui kit and scan card
2 parents a3867d9 + 8f747d1 commit e85c54d

File tree

7 files changed

+14
-374
lines changed

7 files changed

+14
-374
lines changed

build-system/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
playAuthVersion = '15.0.1'
1212
okHttpVersion = '3.10.0'
1313
retrofitVersion = '2.4.0'
14-
midtransAnalyticsVersion = '1.7.1'
14+
midtransAnalyticsVersion = '1.8.1'
1515
testRunnerVersion = '0.5'
1616
powermockVersion = '1.6.2'
1717
junitVersion = '4.1.2'

build-system/publish-variable.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
groupIdSdk = 'com.midtrans'
3-
versionSdk = '1.34.0'
3+
versionSdk = '1.35.0'
44

55
mavenRepo = 'mavencentral'
66
mavenUrl = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'

build-system/scancard/publishing.gradle

-185
This file was deleted.

build-system/uikit/publishing.gradle

-185
This file was deleted.

demo/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ android {
9191
matchingFallbacks = ["uat"]
9292
}
9393
}
94+
95+
configurations.implementation {
96+
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk7'
97+
}
9498
}
9599

96100
dependencies {

0 commit comments

Comments
 (0)