Skip to content

Commit

Permalink
Use targetSdkVersion 33, compileSdkVersion 33.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Mar 6, 2023
1 parent 5375acd commit 78cc5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Changes

* Use targetSdkVersion 33, compileSdkVersion 33.
* Use Android plugin for Gradle v.7.4.2.
* Use Kotlin v.1.8.10.
* Use constraintlayout v.2.1.4.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package info.metadude.kotlin.library.roadsigns

object Android {
const val buildToolsVersion = "33.0.2"
const val compileSdkVersion = 31
const val compileSdkVersion = 33
const val minSdkVersion = 14
const val targetSdkVersion = 31
const val targetSdkVersion = 33
}

object Plugins {
Expand Down

0 comments on commit 78cc5f8

Please sign in to comment.