Skip to content

Commit

Permalink
misc: release stable version
Browse files Browse the repository at this point in the history
Signed-off-by: qwq233 <qwq233@qwq2333.top>
  • Loading branch information
qwq233 committed Apr 4, 2022
1 parent 2f52a56 commit f761a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations.all {
exclude group: 'androidx.recyclerview', module: 'recyclerview'
}

def isPreview = true
def isPreview = false
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")

if (serviceAccountCredentialsFile.isFile()) {
Expand Down

0 comments on commit f761a15

Please sign in to comment.