Skip to content

Commit

Permalink
Version 4.1.0-beta4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Oct 28, 2020
1 parent bad79c8 commit b4fa21b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
versionCode 46
versionName "4.1.0-beta3"
versionCode 47
versionName "4.1.0-beta4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class APIUtils {
public static final String AUTHORIZATION_KEY = "Authorization";
public static final String AUTHORIZATION_BASE = "bearer ";
public static final String USER_AGENT_KEY = "User-Agent";
public static final String USER_AGENT = "android:ml.docilealligator.infinityforreddit:v4.1.0-beta3 (by /u/Hostilenemy)";
public static final String USER_AGENT = "android:ml.docilealligator.infinityforreddit:v4.1.0-beta4 (by /u/Hostilenemy)";

public static final String GRANT_TYPE_KEY = "grant_type";
public static final String GRANT_TYPE_REFRESH_TOKEN = "refresh_token";
Expand Down

0 comments on commit b4fa21b

Please sign in to comment.