Skip to content

Commit

Permalink
rc2 version in androidmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
zlsa committed Dec 9, 2016
1 parent a673e62 commit 63eebfa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed apk/Autogyro-1.0.0-rc1.apk
Binary file not shown.
Binary file removed apk/Autogyro-1.0.0-rc2.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.zlsadesign.autogyro"
minSdkVersion 21
targetSdkVersion 25
versionCode 3
versionName "1.0.0-rc1"
versionCode 4
versionName "1.0.0-rc2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<h1 id="app-name"><!-- <img src="images/ic_notify.png" /> -->Autogyro</h1>
<h5 id="app-tagline">Manually adjust your device orientation; no gyroscope or fumbling necessary.</h5>

<a href="apk/Autogyro-1.0.0-rc2.apk" id="download-button">Download Autogyro</a>
<a href="https://github.com/zlsa/autogyro/releases/latest" id="download-button">Download Autogyro</a>
<span class="works-on"><strong>1.0.0-rc2</strong> Works on Android 5.0 (Lollipop) and
up.</span>
</div>
Expand Down

0 comments on commit 63eebfa

Please sign in to comment.