Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Feb 16, 2021
1 parent fefbf2a commit 387d99c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions monke.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 471846e9e..1d2e8f2de 100644
index 471846e9e..bed8fbbfd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" android:installLocation="auto" package="tv.twitch.android.app" platformBuildVersionCode="29" platformBuildVersionName="10">
+<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="0011000010" android:versionName="0.0.1" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" android:installLocation="auto" package="tv.twitch.bttvandroid.app" platformBuildVersionCode="29" platformBuildVersionName="10">
+<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="0021000010" android:versionName="0.0.2" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" android:installLocation="auto" package="tv.twitch.bttvandroid.app" platformBuildVersionCode="29" platformBuildVersionName="10">
<uses-feature android:name="android.hardware.type.pc" android:required="false"/>
@@ -115,3 +115,3 @@
<service android:name="tv.twitch.android.shared.app.indexing.AppIndexingUpdateService" android:permission="android.permission.BIND_JOB_SERVICE"/>
Expand Down Expand Up @@ -99,12 +99,12 @@ literal 0
HcmV?d00001

diff --git a/res/layout/settings_logout_footer.xml b/res/layout/settings_logout_footer.xml
index e5846b005..a775b18e0 100644
index e5846b005..0605b7e80 100644
--- a/res/layout/settings_logout_footer.xml
+++ b/res/layout/settings_logout_footer.xml
@@ -4,2 +4,3 @@
<ImageView android:layout_gravity="center_horizontal" android:id="@id/app_settings_icon" android:padding="@dimen/default_margin" android:layout_width="@dimen/settings_footer_logo_size" android:layout_height="@dimen/settings_footer_logo_size" android:src="@drawable/ic_twitch_glitch_uv" />
+ <TextView android:textColor="@color/text_alt" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="BTTV v0.0.1" />
+ <TextView android:textColor="@color/text_alt" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="BTTV v0.0.2" />
<TextView android:textColor="@color/text_alt" android:gravity="center" android:id="@id/app_settings_version" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/version_label" />
diff --git a/res/mipmap-anydpi-v26/ic_launcher.xml b/res/mipmap-anydpi-v26/ic_launcher.xml
index 3b06a9d16..202eb42e8 100644
Expand Down

0 comments on commit 387d99c

Please sign in to comment.