Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Build 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Dec 4, 2016
1 parent cdfd169 commit 683aeb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:2.2.2'
}
}

allprojects {
group 'com.makeramen'
version '2.2.1'
version '2.3.0'
repositories {
mavenCentral()
jcenter()
}
}

ext {
compileSdkVersion = 23
buildToolsVersion = "23.0.1"
compileSdkVersion = 25
buildToolsVersion = "25.0.1"
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 29 00:32:15 PST 2014
#Sun Dec 04 13:37:35 PST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit 683aeb1

Please sign in to comment.