Skip to content

Commit

Permalink
release version 0.0.1+3
Browse files Browse the repository at this point in the history
  • Loading branch information
infinite-dev22 committed Apr 4, 2024
1 parent f0262bc commit 957b3d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.infinite.mantra"
minSdk 21
targetSdk 34
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "0.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -35,6 +35,7 @@ android {
}

dependencies {
implementation 'com.google.android.play:integrity:1.3.0'

implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
Expand Down

0 comments on commit 957b3d1

Please sign in to comment.