Skip to content

Commit

Permalink
downgrade Android version to sdk 33
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 29, 2024
1 parent bc3013f commit d0a8d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IsraelHiking.Web/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand Down

0 comments on commit d0a8d35

Please sign in to comment.