Skip to content

Commit

Permalink
Bump 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pluscubed committed Nov 8, 2018
1 parent 157ad4b commit 474cc4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId "com.pluscubed.velociraptor"
minSdkVersion 16
targetSdkVersion 28
versionCode 46
versionName "1.6.9"
versionCode 47
versionName "1.6.10"
vectorDrawables.useSupportLibrary = true
manifestPlaceholders = [appName: "@string/app_name"]
if(project.hasProperty("RELEASE_STORE_FILE")){
Expand Down Expand Up @@ -132,7 +132,7 @@ dependencies {
implementation "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"

implementation "androidx.appcompat:appcompat:1.0.1"
implementation "androidx.appcompat:appcompat:1.0.2"
implementation "androidx.annotation:annotation:1.0.0"
implementation "androidx.cardview:cardview:1.0.0"
implementation "com.google.android.material:material:1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
</style>
</head>
<body>
<h4>v1.6.10 - 11/6/18</h4>
<ul>
<li>Add clear cache button (advanced option)</li>
<li>Fix tiny international speed limit text</li>
<li>Fix crashes, update internals</li>
</ul>
<br />

<h4>v1.6.9 - 11/1/18</h4>
<ul>
<li>Fix minor bugs, update internals</li>
Expand Down

0 comments on commit 474cc4a

Please sign in to comment.