Upgrade AGP to 4.2 and targetSdk to 30

This commit is contained in:
Stefan Niedermann 2021-05-05 10:49:42 +02:00 committed by Niedermann IT-Dienstleistungen
parent 0b5cef5aff
commit 89fb236f40
3 changed files with 7 additions and 2 deletions

View file

@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 3004001
versionName "3.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -6,6 +6,11 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<queries>
<package android:name="com.nextcloud.client" />
<package android:name="com.nextcloud.android.beta" />
</queries>
<application
android:name=".NotesApplication"
android:allowBackup="true"

View file

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
apply plugin: 'maven'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:4.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files