Skip to content

Commit

Permalink
Fixing gradle issues and bumping number
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Aug 24, 2020
1 parent 1e0a4a7 commit 7e22068
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions otpView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ android {
minSdkVersion 26
targetSdkVersion 29
versionCode 10
versionName "0.1"
versionName "0.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand All @@ -39,10 +39,8 @@ afterEvaluate {
publications {
release(MavenPublication) {
from components.release

groupId = 'com.kevinschildhorn.otpview'
artifactId = 'otpview-release'
version = '0.1'
version = '0.1.1'
}
}
}
Expand Down

0 comments on commit 7e22068

Please sign in to comment.