Skip to content

Commit

Permalink
增加修复说明
Browse files Browse the repository at this point in the history
  • Loading branch information
weimingjue committed Jul 7, 2023
1 parent 0bfeb5a commit 4a0e476
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [TakePhoto](https://github.com/crazycodeboy/TakePhoto) 简介

### 修复说明:
* 这是一个特别旧的库,不会考虑优化和升级
* 这里只是简单的对高api进行了适配,适配方式仅简单的将图片的保存位置改到了“cache”目录,所以你app项目里所有保存的外部存储的地方都要全部改为cache目录


[![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](https://github.com/crazycodeboy/TakePhoto/pulls)
[![Download](https://api.bintray.com/packages/crazycodeboy/maven/TakePhoto/images/download.svg) ](https://bintray.com/crazycodeboy/maven/TakePhoto/_latestVersion)
[![GitHub release](https://img.shields.io/github/release/crazycodeboy/TakePhoto.svg?maxAge=2592000?style=flat-square)](https://github.com/crazycodeboy/TakePhoto/releases)
Expand Down
4 changes: 2 additions & 2 deletions takephoto_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 34
versionCode 45
versionName "4.1.0"
versionCode 46
versionName "4.1.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 4a0e476

Please sign in to comment.