Skip to content

Commit

Permalink
Release slight bug fixing update
Browse files Browse the repository at this point in the history
  • Loading branch information
itachi1706 committed Dec 17, 2016
1 parent 1be85a5 commit aaa4096
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
global:
- API_LEVEL=25
- ANDROID_EMULATOR_API_LEVEL=23
- ANDROID_BUILD_TOOLS_VERSION=25.0.0
- ANDROID_BUILD_TOOLS_VERSION=25.0.2
- ANDROID_ABI=google_apis/armeabi-v7a
- ADB_INSTALL_TIMEOUT=20
- ANDROID_TARGET=android-22
Expand Down
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ def isTravis = System.getenv("TRAVIS")

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.itachi1706.cheesecakeutilities"
minSdkVersion 16
targetSdkVersion 25
versionCode 258
versionName "1.10.0"
versionCode 264
versionName "1.10.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue "string", "tray__authority", "${applicationId}.tray" // add this to set a unique tray authority based on your applicationId
Expand Down Expand Up @@ -68,9 +68,9 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:25.0.1'
compile 'com.android.support:support-v4:25.0.1'
compile 'com.android.support:cardview-v7:25.0.1'
compile 'com.android.support:design:25.1.0'
compile 'com.android.support:support-v4:25.1.0'
compile 'com.android.support:cardview-v7:25.1.0'
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {
transitive = true;
}
Expand Down
2 changes: 1 addition & 1 deletion appupdater
Submodule appupdater updated 1 files
+4 −4 build.gradle

0 comments on commit aaa4096

Please sign in to comment.