Skip to content

Commit

Permalink
Merge pull request #205 from caarmen/bump-version
Browse files Browse the repository at this point in the history
Bump app version + bump target api level + various minor doc fixes.
  • Loading branch information
caarmen authored Oct 19, 2024
2 parents 5479ddd + b7522fa commit ed1ef7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Change Log
==========

Newer release notes are on the [releases](https://github.com/caarmen/poet-assistant/releases) page.

1.30.3 *(2020-10-28)*
--------------------
* Android 11: Declare more `<queries>` elements in the manifest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Poet Assistant
==============

[![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/caarmen/poet-assistant/tests.yaml)](https://github.com/caarmen/poet-assistant/actions/workflows/tests.yml?query=branch%3Amaster)
[![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/caarmen/poet-assistant/tests.yaml)](https://github.com/caarmen/poet-assistant/actions/workflows/tests.yaml?query=branch%3Amaster)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/caarmen/poet-assistant)](https://github.com/caarmen/poet-assistant/releases)

[![GitHub repo size](https://img.shields.io/github/repo-size/caarmen/poet-assistant)](https://github.com/caarmen/poet-assistant/archive/refs/heads/main.zip)
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 34
compileSdkVersion 35

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -62,9 +62,9 @@ android {
applicationId "ca.rmen.android.poetassistant"
namespace "ca.rmen.android.poetassistant"
minSdkVersion 21
targetSdkVersion 34
versionCode 113007
versionName "1.30.7"
targetSdkVersion 35
versionCode 113008
versionName "1.30.8"
// setting vectorDrawables.useSupportLibrary = true means pngs won't be generated at
// build time: http://android-developers.blogspot.fr/2016/02/android-support-library-232.html
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit ed1ef7d

Please sign in to comment.