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 5a39e13 commit 982137fCopy full SHA for 982137f
app/build.gradle
@@ -6,8 +6,8 @@ android {
6
applicationId "com.marcoscg.ratedialogsample"
7
minSdkVersion 14
8
targetSdkVersion 27
9
- versionCode 104
10
- versionName "1.0.4"
+ versionCode 105
+ versionName "1.0.5"
11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12
}
13
buildTypes {
@@ -24,6 +24,6 @@ dependencies {
24
exclude group: 'com.android.support', module: 'support-annotations'
25
})
26
compile project(':ratedialog')
27
- compile 'com.android.support:appcompat-v7:27.0.2'
+ compile 'com.android.support:appcompat-v7:27.1.1'
28
testCompile 'junit:junit:4.12'
29
0 commit comments