Skip to content

Commit

Permalink
Version 4.1.0-beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Oct 20, 2020
1 parent 840a10f commit 01f1562
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 44
versionName "4.1.0-beta1"
versionCode 45
versionName "4.1.0-beta2"
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-beta1 (by /u/Hostilenemy)";
public static final String USER_AGENT = "android:ml.docilealligator.infinityforreddit:v4.1.0-beta2 (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 01f1562

Please sign in to comment.