Skip to content

Commit

Permalink
Merge pull request #2 from Eldhopj/fix/lib_build_fixes
Browse files Browse the repository at this point in the history
Fix/lib build fixes
  • Loading branch information
Eldhopj authored Apr 28, 2022
2 parents 0b0288f + 6c8dcbb commit 471c19f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions android-extensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ android {
consumerProguardFiles "consumer-rules.pro"
}

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand All @@ -42,7 +36,7 @@ afterEvaluate {

groupId = 'com.github.Eldhopj'
artifactId = 'android-extensions'
version = '0.1'
version = '1.0'
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
jdk:
- openjdk11
before_install:
- ./scripts/prepareJitpackEnvironment.sh

0 comments on commit 471c19f

Please sign in to comment.