Skip to content

Commit 356d147

Browse files
committed
Update README, lint release builds again.
1 parent b4cff94 commit 356d147

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Disclaimer: This app is NOT an official Minecraft product. It is not associated
99
## Features (still being worked on)
1010

1111
- Fully open-source with no ads! Easily report issues through GitHub and get a direct response.
12-
- Supports connecting to Minecraft 1.16.4 through Minecraft 1.19.2 servers. (Older versions planned.)
12+
- Supports connecting to Minecraft 1.16.4 through Minecraft 1.20.1 servers. (Older versions planned.)
1313
- Supports all Minecraft chat features, which sometimes trip up other chat apps.
1414
- Send join messages and commands on connecting to a server.
1515
- Health change indicator and respawn on death support.

android/app/build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ android {
115115
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
116116
}
117117
}
118-
// TODO: react-native-vector-icons is causing issues, so this is disabled for now
119-
lintOptions {
120-
checkReleaseBuilds false
121-
}
122118
}
123119

124120
dependencies {

0 commit comments

Comments
 (0)