Skip to content

Commit

Permalink
adjusted version
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenoch committed Jan 9, 2019
1 parent 9e8eb2c commit 7c15376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions common/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:versionCode="2004"
android:versionName="ALPHA 3"
tools:targetApi="lollipop">
<service
android:name=".HyperionScreenService"
Expand Down
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.abrenoch.hyperiongrabber"
minSdkVersion 19
targetSdkVersion 26
versionCode 1011
versionName "BETA 1"
versionCode 1012
versionName "1.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions tv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.abrenoch.hyperiongrabber"
minSdkVersion 21
targetSdkVersion 26
versionCode 2011
versionName "BETA 1"
versionCode 2012
versionName "1.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 7c15376

Please sign in to comment.