diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8611f82b4..4f81e71b16 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/gradle.properties b/gradle.properties index 2a8c7925d8..7bc2de73d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/omniNotes/build.gradle b/omniNotes/build.gradle index affb02c5f1..6d61975774 100644 --- a/omniNotes/build.gradle +++ b/omniNotes/build.gradle @@ -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'