Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed Jan 28, 2024
1 parent ff7320b commit af1f74a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/Android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.skye.skyetracker"
Expand Down Expand Up @@ -31,10 +31,10 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.code.gson:gson:2.3.1'
implementation 'androidx.core:core:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'com.google.android.gms:play-services-maps:8.3.0'
//implementation 'com.google.android.gms:play-services-maps:8.3.0'

}

0 comments on commit af1f74a

Please sign in to comment.