Skip to content

Commit

Permalink
Migrate to Kotlin v1.8
Browse files Browse the repository at this point in the history
Had to raise the compile/target sdk to 31 to be able to build

Signed-off-by: Saeed Rezaee <[email protected]>
  • Loading branch information
SaeedRe committed Aug 8, 2023
1 parent 72dbcca commit b3132ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.util.function.BinaryOperator

buildscript {
ext{
kotlin_version = '1.6.10'
kotlin_version = '1.8.21'
}
repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions uf-service-api-reference-implementation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'

android {
compileSdk 30
compileSdk 31
defaultConfig {
applicationId "com.kynetics.uf.clientexample"
minSdkVersion 24
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
targetSdkVersion 31
versionCode 34
versionName versionFromGit(project)
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit b3132ca

Please sign in to comment.