Skip to content

Commit

Permalink
Upgrade android target Sdk to 31 (functionland#338)
Browse files Browse the repository at this point in the history
* single image viewer up/down improved.

* v0.8.4

* upgrade targetSdkVersion to 31

* remove single image action buttons
  • Loading branch information
ghorbani-m authored Nov 21, 2022
1 parent 9171aca commit 16d65a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
targetSdkVersion = 31
ndkVersion = "21.4.7075529"
kotlin_version = "1.6.10" // Update this to your version
}
Expand Down
2 changes: 1 addition & 1 deletion app/screens/image-gallery-viewer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ export const ImageGalleryViewerScreen: React.FC<
/>
</View>
)}
{renderActionButtons()}
{/* {renderActionButtons()} */}
<BottomSheet
isVisible={showShareBottomSheet}
onBackdropPress={() => setShowShareBottomSheet(false)}
Expand Down

0 comments on commit 16d65a1

Please sign in to comment.