| | |
| | | //apply plugin: 'com.novoda.bintray-release' |
| | | |
| | | android { |
| | | buildToolsVersion '28.0.3' |
| | | compileSdkVersion 28 |
| | | buildToolsVersion '30.0.2' |
| | | compileSdkVersion 30 |
| | | defaultConfig { |
| | | minSdkVersion 17 |
| | | targetSdkVersion 28 |
| | | versionCode 2 |
| | | versionName "1.1.0" |
| | | targetSdkVersion 30 |
| | | versionCode 8 |
| | | versionName "1.2.5" |
| | | |
| | | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| | | ndk { |
| | |
| | | */ |
| | | android.libraryVariants.all { variant -> |
| | | variant.outputs.all { |
| | | outputFileName = "HDL_TTLSDK485_V" + |
| | | outputFileName = "HDL_BusSDK485_V" + |
| | | defaultConfig.versionName + ".B" + defaultConfig.versionCode + "." + releaseTime() + ".aar" |
| | | } |
| | | } |