Skip to content

Commit 5a39e13

Browse files
authored
Updated libraries
1 parent c0d6b01 commit 5a39e13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ratedialog/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 14
88
targetSdkVersion 27
9-
versionCode 104
10-
versionName "1.0.4"
9+
versionCode 105
10+
versionName "1.0.5"
1111

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

@@ -25,6 +25,6 @@ dependencies {
2525
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2626
exclude group: 'com.android.support', module: 'support-annotations'
2727
})
28-
compile 'com.android.support:appcompat-v7:27.0.2'
28+
compile 'com.android.support:appcompat-v7:27.1.1'
2929
testCompile 'junit:junit:4.12'
3030
}

0 commit comments

Comments
 (0)