Skip to content

Commit

Permalink
Remove some more unnecessary pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 26, 2023
1 parent e781791 commit ce90797
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 53 deletions.
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ org.gradle.jvmargs=-Xmx1536m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
org.gradle.parallel=true

android.useAndroidX=true
android.enableJetifier=true
android.jetifier.ignorelist=poishadow-all.jar
12 changes: 2 additions & 10 deletions poitest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {

compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}

defaultConfig {
Expand All @@ -37,10 +37,6 @@ android {

buildTypes {
release {
shrinkResources true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'

// For the purposes of the sample, allow testing of a proguarded release build
// using the debug key
signingConfig signingConfigs.debug
Expand All @@ -65,9 +61,5 @@ android {
}
}

// error about duplicates if some of these are not excluded
lint {
abortOnError false
}
namespace 'org.dstadler.poiandroidtest.poitest'
}
41 changes: 0 additions & 41 deletions poitest/proguard-rules.pro

This file was deleted.

0 comments on commit ce90797

Please sign in to comment.