Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from ieeemysight4rehab/dev
Browse files Browse the repository at this point in the history
Modified versionCode and versionName to 5 and 1.0.9 respectively
  • Loading branch information
jerrychong25 authored Feb 13, 2021
2 parents 718e573 + a8fcb0c commit 6f8be68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.handcycle"
minSdkVersion 16
targetSdkVersion 28
versionCode 4
versionName "1.0.8"
versionCode 5
versionName "1.0.9"
}
buildTypes {
release {
Expand Down
7 changes: 2 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.handcycle"
android:versionCode="1"
android:versionName="1.0">
android:versionCode="5"
android:versionName="1.0.9">

<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="23" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />
Expand Down

0 comments on commit 6f8be68

Please sign in to comment.