Skip to content

Commit

Permalink
Update to AS 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iMeiji committed Jan 19, 2019
1 parent eb25959 commit ab6ff0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -10,7 +10,7 @@ static def releaseTime() {

android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.meiji.toutiao"
minSdkVersion 16
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -2,11 +2,11 @@

buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.android.tools.build:gradle:3.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,8 +15,8 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,5 @@
#Fri Apr 06 14:15:49 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-rc-1-all.zip

0 comments on commit ab6ff0c

Please sign in to comment.