Skip to content

Commit

Permalink
Merge pull request #8 from RadiationX/develop
Browse files Browse the repository at this point in the history
update 221 0.9.8
  • Loading branch information
RadiationX authored Sep 25, 2020
2 parents 79260f2 + bf25454 commit 22c919f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ android {

def fileNaming = "apk/ForPDA"

def versionNumber = 220
def versionNumber = 221

def versionMajor = "0"
def versionMinor = "9"
def versionPatch = "7"
def versionPatch = "8"

def versionBuild = -1
def versionPropsFile = file('version.properties')
Expand Down Expand Up @@ -199,7 +199,7 @@ dependencies {

implementation "com.github.moxy-community:moxy:2.1.1"
implementation 'com.github.moxy-community:moxy-androidx:2.1.1'
annotationProcessor 'com.github.moxy-community:moxy-androidx:2.1.1'
annotationProcessor 'com.github.moxy-community:moxy-compiler:2.1.1'
kapt 'com.github.moxy-community:moxy-compiler:2.1.1'

implementation "com.jakewharton.rxrelay2:rxrelay:2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
-keep interface okhttp3.** { *; }
-dontwarn okhttp3.**

-keep public class android.support.customtabs.ICustomTabsService
-keep public class androidx.browser.customtabs.CustomTabsService

# -keep сlass com.lapism.searchview.** { *; }

Expand All @@ -56,10 +56,10 @@

-keep public class com.unnamed.b.atv.model.TreeNode
-keep public class * extends com.unnamed.b.atv.model.TreeNode { *; }
-keep public class com.unnamed.b.atv.model.TreeNode$BaseNodeViewHolder
-keep public class * extends com.unnamed.b.atv.model.TreeNode$BaseNodeViewHolder { *; }
-keep public class com.unnamed.b.atv.model.TreeNode.BaseNodeViewHolder
-keep public class * extends com.unnamed.b.atv.model.TreeNode.BaseNodeViewHolder { *; }

# В search fragment юзается с рефлексией, поэтому нужно исключить
-keep public class android.support.v4.widget.SwipeRefreshLayout { *; }
-keep public class androidx.swiperefreshlayout.widget.SwipeRefreshLayout { *; }


Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class TopicsPresenter(
linkHandler.handle("https://4pda.ru/forum/index.php?showforum=${item.id}", router)
return
}
linkHandler.handle("https://4pda.ru/forum/index.php?showtopic=${item.id}&view=getnewpost", router, mapOf(
linkHandler.handle("https://4pda.ru/forum/index.php?showtopic=${item.id}", router, mapOf(
Screen.ARG_TITLE to item.title
))
}
Expand Down
6 changes: 3 additions & 3 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Thu Sep 24 23:58:48 MSK 2020
DATE_BUILD=24 сентября 2020 г.
VERSION_BUILD=13581
#Fri Sep 25 21:17:23 MSK 2020
DATE_BUILD=25 сентября 2020 г.
VERSION_BUILD=13597

0 comments on commit 22c919f

Please sign in to comment.