Skip to content

Commit

Permalink
Target API 29 (closes federicoiosue#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Aug 27, 2020
1 parent d3384e0 commit f71f805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run instrumentation tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 28
api-level: 29
arch: x86
profile: Nexus 6
avd-name: test
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VERSION_NAME=6.1.0 Alpha 1
VERSION_CODE=290
PACKAGE=it.feio.android.omninotes
MIN_SDK=19
TARGET_SDK=28
TARGET_SDK=29
BUILD_TOOLS=29.0.2

android.enableJetifier=true
Expand Down
2 changes: 1 addition & 1 deletion omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ dependencies {
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.android.support:multidex:2.0.1'
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'de.greenrobot:eventbus:2.4.0'
implementation 'com.pushbullet:android-extensions:1.0.4@aar'
implementation 'com.getbase:floatingactionbutton:1.10.1'
Expand Down

0 comments on commit f71f805

Please sign in to comment.