diff --git a/app/build.gradle b/app/build.gradle index e3878a5..d0d843c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 28 + compileSdkVersion 29 buildToolsVersion '28.0.3' defaultConfig { applicationId "com.thisispiri.mnk" minSdkVersion 14 - targetSdkVersion 28 - versionCode 36 + targetSdkVersion 29 + versionCode 37 versionName "1.14.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -27,6 +27,10 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + dependenciesInfo { + includeInApk = false + includeInBundle = false + } } dependencies { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4613fc3..fd25d63 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,6 +15,7 @@ android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/Theme.AppCompat.Light.NoActionBar" + android:requestLegacyExternalStorage="true" tools:ignore="GoogleAppIndexingWarning">