File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
paper-onboarding-simple-example Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.4.2 '
9
+ classpath ' com.android.tools.build:gradle:3.5.0 '
10
10
classpath ' com.bmuschko:gradle-nexus-plugin:2.3.1'
11
11
12
12
}
Original file line number Diff line number Diff line change 1
- # Tue May 07 09:52:44 MSK 2019
1
+ # Tue Sep 03 09:23:54 MSK 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 28
4
+ compileSdkVersion 29
5
5
6
6
defaultConfig {
7
7
applicationId " com.ramotion.paperonboarding.examples.simple"
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 29
10
10
versionCode 3
11
11
versionName " 1.1.1"
12
12
}
You can’t perform that action at this time.
0 commit comments