Skip to content

Commit

Permalink
Increasing target Android SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Dec 1, 2021
1 parent d6c7127 commit 278015e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/changelog-alpha.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/Alpha 295 (2021-12-01)
Increasing target Android SDK version in preparation for release

/Alpha 294 (2021-11-28)
Saved/shared videos from v.redd.it now have audio attached
Preserve self-text collapse state if activity gets recreated (thanks to Cameron Merkel)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ dependencies {
}

android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion "30.0.3"
ndkVersion "22.1.7171670"

defaultConfig {
applicationId "org.quantumbadger.redreader"
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
versionCode 99
versionName "1.17.2"

Expand Down

0 comments on commit 278015e

Please sign in to comment.