File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222 ' buildTools' : ' 30.0.3' ,
2323 ' appcompat' : ' 1.3.0' ,
2424 ' constraintlayout' : ' 2.0.4' ,
25- ' kotlin' : ' 1.5.10 ' ,
25+ ' kotlin' : ' 1.6.20 ' ,
2626 ' viewpager2' : ' 1.0.0'
2727 ]
2828
@@ -32,7 +32,7 @@ buildscript {
3232 }
3333
3434 dependencies {
35- classpath ' com.android.tools.build:gradle:7.1 .0-alpha02 '
35+ classpath ' com.android.tools.build:gradle:7.3 .0-alpha09 '
3636 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
3737 }
3838}
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ android {
2323 defaultConfig {
2424 minSdkVersion versions. minSdk
2525 targetSdkVersion versions. targetSdk
26- versionCode mavenVersionCode
27- versionName mavenVersion
2826
2927 vectorDrawables. useSupportLibrary = true
3028 }
@@ -71,7 +69,7 @@ project.afterEvaluate {
7169 }
7270
7371 options. windowTitle = " ${ referenceTitle} "
74- options. footer = " <h5>${ project.android.defaultConfig.versionName } </h5>"
72+ options. footer = " <h5>${ mavenVersion } </h5>"
7573 options. links(' http://docs.oracle.com/javase/8/docs/api' )
7674 options. links(' https://developer.android.com/reference' )
7775 options. memberLevel = JavadocMemberLevel . PROTECTED
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
You can’t perform that action at this time.
0 commit comments