Gradle error Failed to resolve: com.github.Binary-Finery:Bungee:master-SNAPSHOT












0















**



Each time there is a problem: Failed to resolve.



**



Please help to understand this problem.
Thank you in advance .




Error:(34, 13) Failed to resolve:
com.github.Binary-Finery:Bungee:master-SNAPSHOT Show in File
Show in Project Structure
dialog




Build Graldle App:



    apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '26.0.0'

defaultConfig {
applicationId "com.mkurbanov.lebap_kwartira"
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
compile 'com.android.support:design:26.0.0-alpha1'
compile 'com.android.support:support-v4:26.0.0-alpha1'
compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
compile 'com.android.support:cardview-v7:26.0.0-alpha1'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.slider:library:1.1.5@aar'
compile 'com.balysv:material-ripple:1.0.2'
compile 'com.daimajia.easing:library:2.0@aar'
compile 'com.daimajia.androidanimations:library:2.3@aar'
compile 'com.github.esafirm.android-image-picker:imagepicker:1.13.1'
// for experimental rx picker
compile 'com.github.esafirm.android-image-picker:rximagepicker:1.13.1'
// If you have a problem with Glide, please use the same Glide version or simply open an issue
compile 'com.github.bumptech.glide:glide:4.5.0'
compile 'com.github.Binary-Finery:Bungee:master-SNAPSHOT'
}









share|improve this question



























    0















    **



    Each time there is a problem: Failed to resolve.



    **



    Please help to understand this problem.
    Thank you in advance .




    Error:(34, 13) Failed to resolve:
    com.github.Binary-Finery:Bungee:master-SNAPSHOT Show in File
    Show in Project Structure
    dialog




    Build Graldle App:



        apply plugin: 'com.android.application'

    android {
    compileSdkVersion 26
    buildToolsVersion '26.0.0'

    defaultConfig {
    applicationId "com.mkurbanov.lebap_kwartira"
    minSdkVersion 15
    targetSdkVersion 26
    versionCode 1
    versionName "1.0"
    }
    buildTypes {
    release {
    minifyEnabled true
    proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
    }
    }

    dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
    compile 'com.android.support:design:26.0.0-alpha1'
    compile 'com.android.support:support-v4:26.0.0-alpha1'
    compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
    compile 'com.android.support:cardview-v7:26.0.0-alpha1'
    compile 'com.nineoldandroids:library:2.4.0'
    compile 'com.daimajia.slider:library:1.1.5@aar'
    compile 'com.balysv:material-ripple:1.0.2'
    compile 'com.daimajia.easing:library:2.0@aar'
    compile 'com.daimajia.androidanimations:library:2.3@aar'
    compile 'com.github.esafirm.android-image-picker:imagepicker:1.13.1'
    // for experimental rx picker
    compile 'com.github.esafirm.android-image-picker:rximagepicker:1.13.1'
    // If you have a problem with Glide, please use the same Glide version or simply open an issue
    compile 'com.github.bumptech.glide:glide:4.5.0'
    compile 'com.github.Binary-Finery:Bungee:master-SNAPSHOT'
    }









    share|improve this question

























      0












      0








      0








      **



      Each time there is a problem: Failed to resolve.



      **



      Please help to understand this problem.
      Thank you in advance .




      Error:(34, 13) Failed to resolve:
      com.github.Binary-Finery:Bungee:master-SNAPSHOT Show in File
      Show in Project Structure
      dialog




      Build Graldle App:



          apply plugin: 'com.android.application'

      android {
      compileSdkVersion 26
      buildToolsVersion '26.0.0'

      defaultConfig {
      applicationId "com.mkurbanov.lebap_kwartira"
      minSdkVersion 15
      targetSdkVersion 26
      versionCode 1
      versionName "1.0"
      }
      buildTypes {
      release {
      minifyEnabled true
      proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
      }
      }
      }

      dependencies {
      compile fileTree(include: ['*.jar'], dir: 'libs')
      testCompile 'junit:junit:4.12'
      compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
      compile 'com.android.support:design:26.0.0-alpha1'
      compile 'com.android.support:support-v4:26.0.0-alpha1'
      compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
      compile 'com.android.support:cardview-v7:26.0.0-alpha1'
      compile 'com.nineoldandroids:library:2.4.0'
      compile 'com.daimajia.slider:library:1.1.5@aar'
      compile 'com.balysv:material-ripple:1.0.2'
      compile 'com.daimajia.easing:library:2.0@aar'
      compile 'com.daimajia.androidanimations:library:2.3@aar'
      compile 'com.github.esafirm.android-image-picker:imagepicker:1.13.1'
      // for experimental rx picker
      compile 'com.github.esafirm.android-image-picker:rximagepicker:1.13.1'
      // If you have a problem with Glide, please use the same Glide version or simply open an issue
      compile 'com.github.bumptech.glide:glide:4.5.0'
      compile 'com.github.Binary-Finery:Bungee:master-SNAPSHOT'
      }









      share|improve this question














      **



      Each time there is a problem: Failed to resolve.



      **



      Please help to understand this problem.
      Thank you in advance .




      Error:(34, 13) Failed to resolve:
      com.github.Binary-Finery:Bungee:master-SNAPSHOT Show in File
      Show in Project Structure
      dialog




      Build Graldle App:



          apply plugin: 'com.android.application'

      android {
      compileSdkVersion 26
      buildToolsVersion '26.0.0'

      defaultConfig {
      applicationId "com.mkurbanov.lebap_kwartira"
      minSdkVersion 15
      targetSdkVersion 26
      versionCode 1
      versionName "1.0"
      }
      buildTypes {
      release {
      minifyEnabled true
      proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
      }
      }
      }

      dependencies {
      compile fileTree(include: ['*.jar'], dir: 'libs')
      testCompile 'junit:junit:4.12'
      compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
      compile 'com.android.support:design:26.0.0-alpha1'
      compile 'com.android.support:support-v4:26.0.0-alpha1'
      compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
      compile 'com.android.support:cardview-v7:26.0.0-alpha1'
      compile 'com.nineoldandroids:library:2.4.0'
      compile 'com.daimajia.slider:library:1.1.5@aar'
      compile 'com.balysv:material-ripple:1.0.2'
      compile 'com.daimajia.easing:library:2.0@aar'
      compile 'com.daimajia.androidanimations:library:2.3@aar'
      compile 'com.github.esafirm.android-image-picker:imagepicker:1.13.1'
      // for experimental rx picker
      compile 'com.github.esafirm.android-image-picker:rximagepicker:1.13.1'
      // If you have a problem with Glide, please use the same Glide version or simply open an issue
      compile 'com.github.bumptech.glide:glide:4.5.0'
      compile 'com.github.Binary-Finery:Bungee:master-SNAPSHOT'
      }






      android gradle






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 19 at 20:41









      MukamMukam

      314




      314
























          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54271205%2fgradle-error-failed-to-resolve-com-github-binary-finerybungeemaster-snapshot%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54271205%2fgradle-error-failed-to-resolve-com-github-binary-finerybungeemaster-snapshot%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Callistus III

          Ostreoida

          Plistias Cous