We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d120b4d commit 5410ed5Copy full SHA for 5410ed5
2 files changed
android/build.gradle
@@ -51,6 +51,6 @@ android {
51
52
dependencies {
53
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
54
- implementation "io.qonversion.sandwich:sandwich:5.2.1"
+ implementation "io.qonversion:sandwich:5.2.1"
55
implementation 'com.google.code.gson:gson:2.9.0'
56
}
fastlane/Fastfile
@@ -31,7 +31,7 @@ end
31
32
def upgrade_sandwich_android(new_version)
33
path = "../android/build.gradle"
34
- common_part = "implementation \"io.qonversion.sandwich:sandwich:"
+ common_part = "implementation \"io.qonversion:sandwich:"
35
regex = /#{common_part}.*"/
36
result_value = "#{common_part}#{new_version}\""
37
0 commit comments