File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 28
4+ compileSdkVersion 29
55 defaultConfig {
66 applicationId " com.mukesh.markdownview.example"
77 minSdkVersion 14
8- targetSdkVersion 28
8+ targetSdkVersion 29
99 versionCode 1
1010 versionName " 1.0"
1111 }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.2 .1'
9+ classpath ' com.android.tools.build:gradle:4.0 .1'
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Fri Aug 31 01:17:43 IST 2018
1+ # Wed Aug 12 10:59:54 EDT 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.9 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.1.1 -all.zip
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ apply plugin: 'com.android.library'
33group = ' com.github.mukeshsolanki'
44
55android {
6- compileSdkVersion 28
6+ compileSdkVersion 29
77
88 defaultConfig {
99 minSdkVersion 14
10- targetSdkVersion 28
10+ targetSdkVersion 29
1111 versionCode 8
1212 versionName " 1.0.8"
1313 }
You can’t perform that action at this time.
0 commit comments