Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andreevdenis committed Apr 5, 2021
1 parent 44eee57 commit d95860c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bluetooth_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 28
compileSdkVersion 30
buildToolsVersion '28.0.3'

defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1"
targetSdkVersion 30
versionCode 10200
versionName "1.2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit d95860c

Please sign in to comment.