Skip to content

Commit 982137f

Browse files
authored
Updated libraries
1 parent 5a39e13 commit 982137f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.marcoscg.ratedialogsample"
77
minSdkVersion 14
88
targetSdkVersion 27
9-
versionCode 104
10-
versionName "1.0.4"
9+
versionCode 105
10+
versionName "1.0.5"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {
@@ -24,6 +24,6 @@ dependencies {
2424
exclude group: 'com.android.support', module: 'support-annotations'
2525
})
2626
compile project(':ratedialog')
27-
compile 'com.android.support:appcompat-v7:27.0.2'
27+
compile 'com.android.support:appcompat-v7:27.1.1'
2828
testCompile 'junit:junit:4.12'
2929
}

0 commit comments

Comments
 (0)