Skip to content

Commit e336c81

Browse files
committed
update version
1 parent 1278158 commit e336c81

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ dependencies {
2828
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2929
exclude group: 'com.android.support', module: 'support-annotations'
3030
})
31-
compile 'com.android.support:appcompat-v7:25.2.0'
31+
compile 'com.android.support:appcompat-v7:25.3.1'
3232
testCompile 'junit:junit:4.12'
3333
}

easylogger/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 16
99
targetSdkVersion 25
1010
versionCode 1
11-
versionName "1.0.0"
11+
versionName "1.1.0"
1212

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

@@ -26,8 +26,4 @@ android {
2626

2727
dependencies {
2828
compile fileTree(dir: 'libs', include: ['*.jar'])
29-
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
30-
exclude group: 'com.android.support', module: 'support-annotations'
31-
})
32-
testCompile 'junit:junit:4.12'
3329
}

0 commit comments

Comments
 (0)