Skip to content

Commit ab450b3

Browse files
committed
feat: Bump target sdk to Q
1 parent ebfec1c commit ab450b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
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

0 commit comments

Comments
 (0)