Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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/"
}
}
}

Expand Down
3 changes: 2 additions & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
8 changes: 5 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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