Skip to content

Commit 356dee8

Browse files
committed
- Updated gradle.
1 parent 92c5845 commit 356dee8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.4.2'
9+
classpath 'com.android.tools.build:gradle:3.5.0'
1010
classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1'
1111

1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue May 07 09:52:44 MSK 2019
1+
#Tue Sep 03 09:23:54 MSK 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

paper-onboarding-simple-example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66
defaultConfig {
77
applicationId "com.ramotion.paperonboarding.examples.simple"
88
minSdkVersion 15
9-
targetSdkVersion 28
9+
targetSdkVersion 29
1010
versionCode 3
1111
versionName "1.1.1"
1212
}

0 commit comments

Comments
 (0)