Skip to content

Commit

Permalink
feat: Bump target sdk to Q
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldadmin committed Jul 29, 2019
1 parent ebfec1c commit ab450b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
ext.buildConfig = [
"compileSdk" : 28,
"compileSdk" : 29,
"minSdk" : 15,
"targetSdk" : 28,
"targetSdk" : 29,
"kotlin" : "1.3.41",
"agp" : "3.5.0-rc01",
"versionCode": 6,
"versionName": "0.2.0"
"versionCode": 7,
"versionName": "0.3.0"
]

ext.versions = [
Expand Down Expand Up @@ -67,7 +67,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${buildConfig.kotlin}"
classpath "com.squareup.sqldelight:gradle-plugin:${versions.sqldelight}"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'androidx.benchmark:benchmark-gradle-plugin:1.0.0-alpha01'
classpath 'androidx.benchmark:benchmark-gradle-plugin:1.0.0-alpha03'
}
}

Expand Down

0 comments on commit ab450b3

Please sign in to comment.