Skip to content

Commit

Permalink
revert config
Browse files Browse the repository at this point in the history
  • Loading branch information
Самородов Илья committed Jun 23, 2019
1 parent 044d2ee commit 5ed1f9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
compileSdkVersion 28
buildToolsVersion '28.0.3'

defaultConfig.applicationId = "org.telegram.messenger.isamorodov"
defaultConfig.applicationId = "org.telegram.messenger"

sourceSets.main.jniLibs.srcDirs = ['./jni/']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public class BuildVars {
public static boolean CHECK_UPDATES = false;
public static int BUILD_VERSION = 1608;
public static String BUILD_VERSION_STRING = "5.7.0";
public static int APP_ID = 716081; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
public static String APP_HASH = "e243e1e8e6303f96dc4c00540cb5d231"; //obtain your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
public static int APP_ID = 0; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
public static String APP_HASH = ""; //obtain your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
public static String HOCKEY_APP_HASH = "your-hockeyapp-api-key-here";
public static String HOCKEY_APP_HASH_DEBUG = "your-hockeyapp-api-key-here";
public static String SMS_HASH = ""; //https://developers.google.com/identity/sms-retriever/overview
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Sat Mar 12 05:53:50 MSK 2016
RELEASE_KEY_PASSWORD=0123456r
RELEASE_KEY_ALIAS=i.samorodov
RELEASE_STORE_PASSWORD=0123456r
RELEASE_KEY_PASSWORD=password
RELEASE_KEY_ALIAS=alias
RELEASE_STORE_PASSWORD=password
android.useDeprecatedNdk=true
org.gradle.jvmargs=-Xmx4096M -XX:MaxPermSize=4096m
org.gradle.daemon=true
Expand Down

0 comments on commit 5ed1f9c

Please sign in to comment.