Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soygabimoreno committed May 19, 2024
1 parent 9722764 commit 5d5ff81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gabimoreno/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId = "soy.gabimoreno"
minSdk = extra["minSdk.version"]?.toString()?.toInt()
targetSdk = extra["targetSdk.version"]?.toString()?.toInt()
versionCode = 53
versionName = "1.2.9"
versionCode = 54
versionName = "1.3.0"

testInstrumentationRunner = "soy.gabimoreno.di.HiltTestRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import androidx.room.TypeConverters
entities = [
PremiumAudioDbModel::class
],
version = 4,
version = 2,
)
@TypeConverters(Converters::class)
abstract class GabiMorenoDatabase : RoomDatabase() {
Expand Down

0 comments on commit 5d5ff81

Please sign in to comment.