Skip to content

Commit

Permalink
SDK update to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Feb 19, 2024
1 parent 9fc935c commit 197a00f
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,12 +9,12 @@ plugins {

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

defaultConfig {
applicationId 'net.devemperor.wristassist'
minSdk 26
targetSdk 33
targetSdk 34
versionCode 26
versionName "3.0.0"
}
Expand All @@ -38,10 +38,10 @@ 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.9.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.mlkit:language-id:17.0.4'
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'androidx.wear.watchface:watchface-complications-data-source-ktx:1.1.1'
implementation 'androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.1'

implementation 'com.theokanning.openai-gpt3-java:service:0.18.2'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
Expand Down

0 comments on commit 197a00f

Please sign in to comment.