mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-05 07:19:35 +00:00
Version 4.1.0-beta3.
This commit is contained in:
@ -6,8 +6,8 @@ android {
|
||||
applicationId "ml.docilealligator.infinityforreddit"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 45
|
||||
versionName "4.1.0-beta2"
|
||||
versionCode 46
|
||||
versionName "4.1.0-beta3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
||||
@ -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-beta2 (by /u/Hostilenemy)";
|
||||
public static final String USER_AGENT = "android:ml.docilealligator.infinityforreddit:v4.1.0-beta3 (by /u/Hostilenemy)";
|
||||
|
||||
public static final String GRANT_TYPE_KEY = "grant_type";
|
||||
public static final String GRANT_TYPE_REFRESH_TOKEN = "refresh_token";
|
||||
|
||||
Reference in New Issue
Block a user