Update Blokada to 3.0.0
This commit is contained in:
parent
980f72a7ce
commit
e9fb85ffcc
|
@ -1,8 +1,8 @@
|
|||
Categories:Internet
|
||||
License:GPL-3.0
|
||||
Author Name:Karsen and the Blokada community
|
||||
Author Name:The Blokada Community
|
||||
Author Email:hello@blokada.org
|
||||
Web Site:http://blokada.org
|
||||
Web Site:https://blokada.org
|
||||
Source Code:https://github.com/blokadaorg/blokada
|
||||
Issue Tracker:https://github.com/blokadaorg/blokada/issues
|
||||
Bitcoin:16rJ49uNKCohVhHvWNganP6Y48Ba9BTyKd
|
||||
|
@ -66,7 +66,15 @@ Build:2.2.3,29
|
|||
prebuild=echo -e "ext {\n extVersionName = \"$$VERSION$$\"\n extVersionCode = $$VERCODE$$ \n }" >> ../version.gradle && \
|
||||
sed -i -e '/firebaseCompile/d' build.gradle
|
||||
|
||||
Build:3.0.0,32
|
||||
commit=3.0.0
|
||||
subdir=app
|
||||
gradle=Prod
|
||||
prebuild=echo -e "ext {\n extVersionName = \"$$VERSION$$\"\n extVersionCode = $$VERCODE$$ \n }" >> ../version.gradle && \
|
||||
sed -i -e "/firebaseImplementation/d" build.gradle && \
|
||||
sed -i -e "/apply plugin: 'com.google.gms.google-services/d" build.gradle
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.3
|
||||
Current Version:3.0.0
|
||||
Current Version Code:29
|
||||
|
|
Loading…
Reference in a new issue