Skip to content

Commit

Permalink
Version V2.0.1
Browse files Browse the repository at this point in the history
Update to trigger FDroid update
  • Loading branch information
fr3ts0n committed Feb 24, 2018
1 parent 41fdaa0 commit 28709d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions androbd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'com.fr3ts0n.ecu.gui.androbd'
minSdkVersion 15
targetSdkVersion 27
versionCode 20000
versionName 'V2.0.0'
versionCode 20001
versionName 'V2.0.1'

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -39,5 +39,5 @@ android {
dependencies {
implementation project(':plugin')
implementation project(':library')
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(include: ['*.jar'], dir: 'libs')
}

0 comments on commit 28709d9

Please sign in to comment.