From 743affbed98db3f7dfa93e5d093f50d60e391a6b Mon Sep 17 00:00:00 2001 From: jitendrapurohit12 Date: Mon, 12 Jun 2017 14:44:39 +0530 Subject: [PATCH] Create build.gradle --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 10cd094..16ec070 100644 --- a/build.gradle +++ b/build.gradle @@ -45,10 +45,10 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.1.1' - compile 'com.android.support:gridlayout-v7:23.1.1' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:gridlayout-v7:25.3.1' } apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/installv.gradle' -apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/bintrayv.gradle' \ No newline at end of file +apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/bintrayv.gradle'