We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d6b01 commit 5a39e13Copy full SHA for 5a39e13
ratedialog/build.gradle
@@ -6,8 +6,8 @@ android {
6
defaultConfig {
7
minSdkVersion 14
8
targetSdkVersion 27
9
- versionCode 104
10
- versionName "1.0.4"
+ versionCode 105
+ versionName "1.0.5"
11
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
@@ -25,6 +25,6 @@ dependencies {
25
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
26
exclude group: 'com.android.support', module: 'support-annotations'
27
})
28
- compile 'com.android.support:appcompat-v7:27.0.2'
+ compile 'com.android.support:appcompat-v7:27.1.1'
29
testCompile 'junit:junit:4.12'
30
}
0 commit comments