File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 ext. buildConfig = [
3- " compileSdk" : 28 ,
3+ " compileSdk" : 29 ,
44 " minSdk" : 15 ,
5- " targetSdk" : 28 ,
5+ " targetSdk" : 29 ,
66 " kotlin" : " 1.3.41" ,
77 " agp" : " 3.5.0-rc01" ,
8- " versionCode" : 6 ,
9- " versionName" : " 0.2 .0"
8+ " versionCode" : 7 ,
9+ " versionName" : " 0.3 .0"
1010 ]
1111
1212 ext. versions = [
@@ -67,7 +67,7 @@ buildscript {
6767 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ buildConfig.kotlin} "
6868 classpath " com.squareup.sqldelight:gradle-plugin:${ versions.sqldelight} "
6969 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
70- classpath ' androidx.benchmark:benchmark-gradle-plugin:1.0.0-alpha01 '
70+ classpath ' androidx.benchmark:benchmark-gradle-plugin:1.0.0-alpha03 '
7171 }
7272}
7373
You can’t perform that action at this time.
0 commit comments