Skip to content

Commit

Permalink
Version bump to 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreevdenis committed Aug 31, 2023
1 parent 06c1816 commit fbfc368
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions bluetooth_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode 10406
versionName "1.4.6"
versionCode 10407
versionName "1.4.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand All @@ -22,6 +22,14 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
}

dependencies {
Expand Down

0 comments on commit fbfc368

Please sign in to comment.