Skip to content

Commit

Permalink
Target SDK 29
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsPIRI committed Mar 2, 2021
1 parent 6068934 commit cf5e47b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -27,6 +27,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<activity
android:name="com.thisispiri.mnk.andr.MainActivity"
Expand Down

0 comments on commit cf5e47b

Please sign in to comment.