mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 06:25:14 +01:00
Update layer to 136
This commit is contained in:
parent
0f541c9c9e
commit
94e2fc8377
11 changed files with 1037 additions and 154 deletions
|
@ -299,7 +299,7 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
defaultConfig.versionCode = 2462
|
||||
defaultConfig.versionCode = 2481
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.all { output ->
|
||||
|
@ -318,7 +318,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
versionName "8.2.1"
|
||||
versionName "8.3.0"
|
||||
|
||||
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']
|
||||
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
<uses-feature android:name="android.hardware.LOCATION" android:required="false" />
|
||||
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
||||
<uses-permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="${applicationId}.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
|
||||
<permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
||||
<permission android:name="${applicationId}.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<uses-feature android:name="android.hardware.LOCATION" android:required="false" />
|
||||
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
||||
<uses-permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="${applicationId}.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
<uses-feature android:name="android.hardware.LOCATION" android:required="false" />
|
||||
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
||||
<uses-permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="${applicationId}.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
|
||||
<permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
||||
<permission android:name="${applicationId}.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<uses-feature android:name="android.hardware.LOCATION" android:required="false" />
|
||||
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
||||
<uses-permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="${applicationId}.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
|
@ -18,7 +18,7 @@
|
|||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.READ_CALL_LOG" />
|
||||
|
||||
<permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
||||
<permission android:name="${applicationId}.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<uses-feature android:name="android.hardware.LOCATION" android:required="false" />
|
||||
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
||||
<uses-permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="${applicationId}.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
|
@ -18,7 +18,7 @@
|
|||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.READ_CALL_LOG" />
|
||||
|
||||
<permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
||||
<permission android:name="${applicationId}.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
|
|
|
@ -989,7 +989,7 @@ auth_Authorization *auth_Authorization::TLdeserialize(NativeByteBuffer *stream,
|
|||
case 0x44747e9a:
|
||||
result = new TL_auth_authorizationSignUpRequired();
|
||||
break;
|
||||
case 0xcd050916:
|
||||
case 0x33fb7bb8:
|
||||
result = new TL_auth_authorization();
|
||||
break;
|
||||
default:
|
||||
|
|
|
@ -380,7 +380,7 @@ public:
|
|||
};
|
||||
|
||||
class TL_inputPeerChannelFromMessage : public InputPeer {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0xbd2a0840;
|
||||
|
||||
|
@ -392,7 +392,7 @@ public:
|
|||
};
|
||||
|
||||
class TL_inputPeerChannel : public InputPeer {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0x27bcbbfc;
|
||||
|
||||
|
@ -418,7 +418,7 @@ public:
|
|||
};
|
||||
|
||||
class TL_inputUserSelf : public InputUser {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0xf7c1b13f;
|
||||
|
||||
|
@ -435,7 +435,7 @@ public:
|
|||
};
|
||||
|
||||
class TL_inputUserEmpty : public InputUser {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0xb98886cf;
|
||||
|
||||
|
@ -478,13 +478,13 @@ class TL_messageEntityBotCommand : public MessageEntity {
|
|||
|
||||
public:
|
||||
static const uint32_t constructor = 0x6cef8ac7;
|
||||
|
||||
|
||||
void readParams(NativeByteBuffer *stream, int32_t instanceNum, bool &error);
|
||||
void serializeToStream(NativeByteBuffer *stream);
|
||||
};
|
||||
|
||||
class TL_messageEntityEmail : public MessageEntity {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0x64e475c2;
|
||||
|
||||
|
@ -559,7 +559,7 @@ public:
|
|||
};
|
||||
|
||||
class TL_messageEntityCashtag : public MessageEntity {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0x4c4e743f;
|
||||
|
||||
|
@ -595,7 +595,7 @@ public:
|
|||
};
|
||||
|
||||
class TL_messageEntityStrike : public MessageEntity {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0xbf0693d4;
|
||||
|
||||
|
@ -622,7 +622,7 @@ public:
|
|||
};
|
||||
|
||||
class TL_messageEntityPhone : public MessageEntity {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0x9b69e34b;
|
||||
|
||||
|
@ -678,9 +678,9 @@ public:
|
|||
};
|
||||
|
||||
class TL_auth_authorization : public auth_Authorization {
|
||||
|
||||
|
||||
public:
|
||||
static const uint32_t constructor = 0xcd050916;
|
||||
static const uint32_t constructor = 0x33fb7bb8;
|
||||
|
||||
int32_t flags;
|
||||
int32_t tmp_sessions;
|
||||
|
|
|
@ -20,8 +20,8 @@ public class BuildVars {
|
|||
public static boolean USE_CLOUD_STRINGS = true;
|
||||
public static boolean CHECK_UPDATES = true;
|
||||
public static boolean NO_SCOPED_STORAGE = Build.VERSION.SDK_INT <= 29;
|
||||
public static int BUILD_VERSION = 2462;
|
||||
public static String BUILD_VERSION_STRING = "8.2.1";
|
||||
public static int BUILD_VERSION = 2481;
|
||||
public static String BUILD_VERSION_STRING = "8.3.0";
|
||||
public static int APP_ID = 4;
|
||||
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103";
|
||||
public static String SMS_HASH = isStandaloneApp() ? "w0lkcmTZkKh" : (DEBUG_VERSION ? "O2P2z+/jBpJ" : "oLeq9AcOZkT");
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -5,8 +5,8 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.2.1'
|
||||
classpath 'com.google.gms:google-services:4.3.5'
|
||||
classpath 'com.android.tools.build:gradle:7.0.3'
|
||||
classpath 'com.google.gms:google-services:4.3.10'
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue