Using android Q sdk in gradle
Change-Id: I5476b64b5279b5333a6bb241e67f35bf81dfe830
This commit is contained in:
parent
abdb80a6d0
commit
a5de7c7b52
|
@ -13,7 +13,7 @@ apply plugin: 'com.android.application'
|
||||||
apply plugin: 'com.google.protobuf'
|
apply plugin: 'com.google.protobuf'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion COMPILE_SDK.toInteger()
|
compileSdkVersion COMPILE_SDK
|
||||||
buildToolsVersion BUILD_TOOLS_VERSION
|
buildToolsVersion BUILD_TOOLS_VERSION
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
|
@ -10,4 +10,4 @@ PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.6
|
||||||
PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7
|
PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7
|
||||||
|
|
||||||
BUILD_TOOLS_VERSION=28.0.3
|
BUILD_TOOLS_VERSION=28.0.3
|
||||||
COMPILE_SDK=28
|
COMPILE_SDK=android-Q
|
|
@ -11,7 +11,7 @@ buildscript {
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion COMPILE_SDK.toInteger()
|
compileSdkVersion COMPILE_SDK
|
||||||
buildToolsVersion BUILD_TOOLS_VERSION
|
buildToolsVersion BUILD_TOOLS_VERSION
|
||||||
publishNonDefault true
|
publishNonDefault true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue