Skip to content

Commit f59d6be

Browse files
authored
feat: get variation details by variation type (#19)
1 parent d7f0c97 commit f59d6be

33 files changed

+2830
-938
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*.iml
1616
*.ipr
1717
*.iws
18-
18+
.idea/
1919
.idea/.gitignore
2020
.idea/dictionaries/
2121
.idea/libraries/

Diff for: .idea/inspectionProfiles/Project_Default.xml

-17
This file was deleted.

Diff for: .idea/uiDesigner.xml

-124
This file was deleted.

Diff for: android/build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66
repositories {
77
google()
88
mavenCentral()
9+
maven { url 'https://jitpack.io' }
910
}
1011

1112
dependencies {
@@ -18,6 +19,7 @@ rootProject.allprojects {
1819
repositories {
1920
google()
2021
mavenCentral()
22+
maven { url 'https://jitpack.io' }
2123
}
2224
}
2325

@@ -52,8 +54,8 @@ android {
5254
}
5355

5456
dependencies {
55-
implementation 'androidx.annotation:annotation:1.7.1'
56-
implementation 'io.bucketeer:android-client-sdk:2.1.5'
57+
implementation 'androidx.annotation:annotation:1.8.2'
58+
implementation 'io.bucketeer:android-client-sdk:2.2.0'
5759
testImplementation 'junit:junit:4.13.2'
5860
testImplementation 'org.json:json:20240205'
5961
}

0 commit comments

Comments
 (0)