Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Nov 2, 2023
1 parent 53cefd7 commit 80f070d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ plugins {

android {
namespace 'net.devemperor.wristassist'
compileSdk 34
compileSdk 33

defaultConfig {
applicationId 'net.devemperor.wristassist'
minSdk 26
targetSdk 34
targetSdk 33
versionCode 19
versionName "2.2.1"
versionName "2.3.0"
}

buildTypes {
Expand All @@ -38,7 +38,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.mlkit:language-id:17.0.4'
implementation 'androidx.core:core-splashscreen:1.0.1'

Expand Down

0 comments on commit 80f070d

Please sign in to comment.