diff --git a/app/build.gradle b/app/build.gradle index 731b6762..228ecb9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 30 + compileSdkVersion 33 testOptions.unitTests.includeAndroidResources = true defaultConfig { applicationId "pub.devrel.easypermissions.sample" minSdkVersion 14 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 1 versionName "1.0" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 88db6b13..c6276708 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -20,7 +20,8 @@ android:theme="@style/AppTheme" tools:ignore="AllowBackup,GoogleAppIndexingWarning"> - + diff --git a/easypermissions/build.gradle b/easypermissions/build.gradle index 5c6af4bc..63d98309 100644 --- a/easypermissions/build.gradle +++ b/easypermissions/build.gradle @@ -1,20 +1,20 @@ apply plugin: 'com.android.library' // See: https://github.com/vanniktech/gradle-maven-publish-plugin/issues/206 -ext { - RELEASE_REPOSITORY_URL = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" - SNAPSHOT_REPOSITORY_URL = "https://s01.oss.sonatype.org/content/repositories/snapshots/" -} - -apply plugin: 'com.vanniktech.maven.publish' +//ext { +// RELEASE_REPOSITORY_URL = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" +// SNAPSHOT_REPOSITORY_URL = "https://s01.oss.sonatype.org/content/repositories/snapshots/" +//} +// +//apply plugin: 'com.vanniktech.maven.publish' android { - compileSdkVersion 30 + compileSdkVersion 33 testOptions.unitTests.includeAndroidResources = true defaultConfig { minSdkVersion 14 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 1 versionName "3.0.0" }