Skip to content

Instantly share code, notes, and snippets.

View rutvikbhatt9's full-sized avatar
🎯
Focusing on new learning

Rutvik Bhatt rutvikbhatt9

🎯
Focusing on new learning
View GitHub Profile
@rutvikbhatt9
rutvikbhatt9 / build.gradle
Created December 13, 2018 07:47
set the classpath in project level build.gradle file for Gradle Play Publisher Plugin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'