Skip to content

Commit

Permalink
Release v0.5.2-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
Calsign committed Nov 28, 2021
1 parent 2e7e802 commit 0484f8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions APDE/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.calsignlabs.apde"
minSdkVersion 19
targetSdkVersion 28
versionCode 32
versionName "0.5.2-pre1"
versionCode 33
versionName "0.5.2-pre2"
multiDexEnabled true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
9 changes: 8 additions & 1 deletion APDE/src/main/assets/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.5.2-pre1 Alpha
v0.5.2-pre2 Alpha

- Real-time compilation
- Your code automatically compiles in the background
Expand All @@ -7,8 +7,15 @@ v0.5.2-pre1 Alpha
all errors and warnings found in your code
- Improved preprocessor
- Improved file selection
- Sketches no longer open in split-screen by default
- Bug fixes and improvements

Note: Google Play now requires all app updates to target API level 30,
but doing so breaks the way that APDE currently uses AAPT on
Android 10+. As a result, v0.5.2 will not be released on Google Play.
Instead, v0.5.3 is in progress and will feature a new approach for
running AAPT, among other things.

------------------------------------------------------------------------

v0.5.1 Alpha
Expand Down

0 comments on commit 0484f8c

Please sign in to comment.