Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjin committed Dec 29, 2019
1 parent a821c17 commit fbefafc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.5.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,5 +16,7 @@ buildscript {
allprojects {
repositories {
mavenCentral()
jcenter()
google()
}
}
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 @@
#Fri Aug 03 21:40:36 KST 2018
#Sun Dec 29 15:05:17 CET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 21
compileSdkVersion 29
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 11
targetSdkVersion 21
minSdkVersion 19
targetSdkVersion 29
versionCode 2
versionName "1.0.1"
versionName "1.0.2"
}
buildTypes {
release {
Expand Down
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
compileSdkVersion 29
buildToolsVersion '27.0.3'

defaultConfig {
applicationId "com.skyfishjy.ripplebackground.sample"
minSdkVersion 11
targetSdkVersion 21
minSdkVersion 19
targetSdkVersion 29
versionCode 2
versionName "1.0.1"
versionName "1.0.2"
}
buildTypes {
release {
Expand Down

0 comments on commit fbefafc

Please sign in to comment.