Android Programming...

Android and Java Learning...

Wednesday, 10 October 2018

Add maven google link in android studio project build.gradle

]

Example :

allprojects {
    repositories {
        jcenter()

-------------------------------------------
        maven {
            url 'https://maven.google.com/'
            name 'Google'
        }
-------------------------------------------

    }
}
Posted by chandru at Wednesday, October 10, 2018 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Android Developer

chandru
View my complete profile

Android_Titles

  • ►  2019 (1)
    • ►  May 2019 (1)
  • ▼  2018 (4)
    • ▼  Oct 2018 (1)
      • Add maven google link in android studio project bu...
    • ►  Mar 2018 (2)
    • ►  Jan 2018 (1)
  • ►  2017 (2)
    • ►  Jun 2017 (1)
    • ►  Apr 2017 (1)
  • ►  2016 (6)
    • ►  Aug 2016 (4)
    • ►  May 2016 (2)
  • ►  2015 (15)
    • ►  Jul 2015 (4)
    • ►  Jun 2015 (5)
    • ►  May 2015 (1)
    • ►  Apr 2015 (1)
    • ►  Mar 2015 (2)
    • ►  Jan 2015 (2)
  • ►  2014 (18)
    • ►  Dec 2014 (1)
    • ►  Oct 2014 (5)
    • ►  Sept 2014 (3)
    • ►  Aug 2014 (1)
    • ►  May 2014 (1)
    • ►  Apr 2014 (2)
    • ►  Mar 2014 (1)
    • ►  Jan 2014 (4)
  • ►  2013 (3)
    • ►  Oct 2013 (1)
    • ►  Sept 2013 (1)
    • ►  Jun 2013 (1)

Popular Posts

  • How to get the browser history.
                                          Browser history viewing using android  This code working on google chrome only. java file.   b...
  • Capturing Image without user interaction(without user action) and capture an image in background using android service
                                    Capturing Image without user interaction Step: 1 ==> This is service to capture photo in background ...
  • Send Email with attachment without Intent
                                       Send Email with attachment without Intent      Sending mail is one key feature in android and an easy...
Android devloper. Picture Window theme. Theme images by ideabug. Powered by Blogger.