Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump org.checkerframework:checker-qual from 3.28.0 to 3.31.0 #3

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: make it nagram, thou nnngram now
Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>
  • Loading branch information
NextAlone committed Feb 18, 2023
commit 322b1f01f3a424e1a4f49cdbd8b5715658d1378a
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Nullgram

[![Telegram](https://img.shields.io/static/v1?label=Telegram&message=@NullgramClient&color=0088cc)](https://t.me/NullgramClient)[![CI build](https://github.com/qwq233/Nullgram/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/qwq233/Nullgram/actions/workflows/ci.yml/)[![Crowdin](https://badges.crowdin.net/nullgram/localized.svg)](https://crowdin.com/project/nullgram)

[中文](README_CN.md)
# Nagram-reborn based on Nullgram

## What is Nullgram
Nullgram is an **free and open source** third-party Telegram client, based on Telegram, [NekoX](https://github.com/NekoX-Dev/NekoX) and [Nekogram](https://gitlab.com/Nekogram/Nekogram).
the official source code for [Telegram App for Android](https://play.google.com/store/apps/details?id=org.telegram.messenger).

Expand Down
4 changes: 0 additions & 4 deletions TMessagesProj/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,3 @@ android {

dependenciesInfo.includeInApk = false
}


tasks.register<ReplaceIcon>("replaceIcon") {}
tasks.getByName("preBuild").dependsOn(tasks.getByName("replaceIcon"))
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val verName = if (Version.isStable) {
val androidTargetSdkVersion by extra(33)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(33)
val androidBuildToolsVersion by extra("33.0.0")
val androidBuildToolsVersion by extra("33.0.1")
val androidCompileNdkVersion = "21.4.7075529"

fun Project.configureBaseExtension() {
Expand Down
38 changes: 0 additions & 38 deletions buildSrc/src/main/kotlin/ReplaceIcon.kt

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencyResolutionManagement {
}
}

rootProject.name = "Nullgram"
rootProject.name = "Nnngram"
include(
":TMessagesProj",
":tcp2ws",
Expand Down