diff --git a/android/build.gradle b/android/build.gradle index 9afbfed05..3705275e8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,6 +5,13 @@ buildscript { repositories { google() mavenCentral() + maven { + credentials { + username "instabug" + password System.getenv()["INSTABUG_REPOSITORY_PASSWORD"] + } + url "https://mvn.instabug.com/nexus/repository/instabug-internal/" + } } dependencies { @@ -16,6 +23,13 @@ rootProject.allprojects { repositories { google() mavenCentral() + maven { + credentials { + username "instabug" + password System.getenv()["INSTABUG_REPOSITORY_PASSWORD"] + } + url "https://mvn.instabug.com/nexus/repository/instabug-internal/" + } } } diff --git a/example/ios/Podfile b/example/ios/Podfile index 3a216ba41..ee08697d3 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -30,13 +30,14 @@ flutter_ios_podfile_setup target 'Runner' do use_frameworks! use_modular_headers! + pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-app-flow/12.9.2/Instabug.podspec' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end target 'InstabugTests' do pod 'OCMock', '3.6' - + use_frameworks! use_modular_headers! diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 4a9cac97e..db91047f5 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -8,17 +8,19 @@ PODS: DEPENDENCIES: - Flutter (from `Flutter`) + - Instabug (from `https://ios-releases.instabug.com/custom/feature-app-flow/12.9.2/Instabug.podspec`) - instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`) - OCMock (= 3.6) SPEC REPOS: trunk: - - Instabug - OCMock EXTERNAL SOURCES: Flutter: :path: Flutter + Instabug: + :podspec: https://ios-releases.instabug.com/custom/feature-app-flow/12.9.2/Instabug.podspec instabug_flutter: :path: ".symlinks/plugins/instabug_flutter/ios" @@ -28,6 +30,6 @@ SPEC CHECKSUMS: instabug_flutter: b80c4b8748d1da660a8f0cc0b2e5f4375898761c OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 -PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c +PODFILE CHECKSUM: b94c9d524631ae452aca8e0eb227b7176d0e6302 -COCOAPODS: 1.13.0 +COCOAPODS: 1.15.2