Skip to content

Commit

Permalink
Downgrad compileSdkVersion to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Do committed Jun 4, 2022
1 parent 66676cb commit 470fb4b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions pdfview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ plugins {
}

android {
compileSdk 32
compileSdk 30

defaultConfig {
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0"
targetSdk 30

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -22,7 +20,6 @@ android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
Expand All @@ -36,11 +33,11 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
}

0 comments on commit 470fb4b

Please sign in to comment.