Skip to content

Commit

Permalink
Preparing to v4.0.1, minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonlom committed Sep 2, 2018
1 parent 71ecd48 commit 37776ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
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.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android:
components:
- platform-tools
- tools
- build-tools-27.0.3
- android-27
- build-tools-28.0.2
- android-28
- extra-android-m2repository

script:
Expand Down
2 changes: 1 addition & 1 deletion ta_sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation project(':ta_library')
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
implementation 'com.android.support:design:28.0.0-rc01'
testImplementation 'junit:junit:4.12'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit 37776ea

Please sign in to comment.