Skip to content

Commit

Permalink
Use support libraries 27.0.2 - Compatibility issues in some projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Livin21 committed Mar 11, 2018
1 parent af1c435 commit b126b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MissMe/missme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "0.1.1"
versionName "0.1.2"
}

lintOptions {
Expand All @@ -32,7 +32,7 @@ publish {
groupId = 'com.lmntrx.android.library.livin.missme'
repoName = 'MissMe'
artifactId = 'missme'
publishVersion = '0.1.1'
publishVersion = '0.1.2'
desc = 'PregressDialog brought back to life'
website = 'https://github.com/Livin21/MissMe'
}
Expand Down

0 comments on commit b126b48

Please sign in to comment.