mirror of
https://github.com/pawelorzech/Swoosh.git
synced 2026-03-31 20:15:41 +00:00
feat: bump version to v0.3.0 (versionCode 3)
New features: Site Metadata, Tags CRUD, Members API, Newsletter Sending, Email-only Posts, Media Upload, File Upload, Pages API.
This commit is contained in:
parent
e71d15805c
commit
29927a7638
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ android {
|
||||||
applicationId = "com.swoosh.microblog"
|
applicationId = "com.swoosh.microblog"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 2
|
versionCode = 3
|
||||||
versionName = "0.2.0"
|
versionName = "0.3.0"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables { useSupportLibrary = true }
|
vectorDrawables { useSupportLibrary = true }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue