Skip to content

Commit

Permalink
Updated to aauto-vex-base v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martoreto committed Dec 1, 2018
1 parent 8f1b616 commit a101075
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.vw.exlap.android"
minSdkVersion 21
targetSdkVersion 25
versionCode 2300
versionName "2.3"
versionCode 2400
versionName "2.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand All @@ -26,7 +26,7 @@ dependencies {
compile 'com.android.support:support-v4:26.1.0'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:recyclerview-v7:26.1.0'
compile 'com.github.martoreto:aauto-vex-base:v4.3'
compile 'com.github.martoreto:aauto-vex-base:v4.4'
//compile project(':aauto-vex-base')
testCompile 'junit:junit:4.12'
}
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-dontwarn javax.annotation.**
-dontwarn javax.annotation.**
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ':app'

include ':aauto-vex-base'
project(':aauto-vex-base').projectDir = file("../aauto-vex-base")
project(':aauto-vex-base').projectDir = file("../aauto-vex-base")

include ':app'

0 comments on commit a101075

Please sign in to comment.