Skip to content

Commit

Permalink
1.10.30-YK2018.07.02V-01.02-beta
Browse files Browse the repository at this point in the history
1.10.30-YK2018.07.02V-01.02-beta
  • Loading branch information
Hadenix committed Feb 6, 2018
1 parent 4c3df6d commit 35fa633
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 48 deletions.
Binary file modified .gradle/4.4/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/4.4/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/4.4/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/4.4/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/4.4/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/4.4/taskHistory/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/4.4/taskHistory/taskHistory.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
59 changes: 14 additions & 45 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 26
versionCode 30
versionName "1.10.30-YK2018.07.02V-0.41-beta"
versionName "1.10.30-YK2018.07.02V-01.02-beta"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/com/yarashevich/kiryl/ipd/Demo.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static MaterialAboutList createMaterialAboutList(final Context c, final i
appCardBuilder.addItem(new MaterialAboutActionItem.Builder()
.text("Список изменений")
.icon(R.drawable.ic_history_grey600_24dp)
.setOnClickAction(ConvenienceBuilder.createWebViewDialogOnClickAction(c, "Release notes beta", "https://github.com/kiruha21/IPD3/releases", true, false))
.setOnClickAction(ConvenienceBuilder.createWebViewDialogOnClickAction(c, "Список изменений программы", "https://github.com/kiruha21/IPD3/releases", true, false))
.build());

appCardBuilder.addItem(new MaterialAboutActionItem.Builder()
Expand All @@ -54,7 +54,7 @@ public static MaterialAboutList createMaterialAboutList(final Context c, final i
.build());

appCardBuilder.addItem(new MaterialAboutActionItem.Builder()
.text("Personalcode | Персональный сайт автора")
.text("Self-educated person | website")
.icon(R.drawable.ic_google_chrome_grey600_24dp)
.setOnClickAction(ConvenienceBuilder.createWebsiteOnClickAction(c, Uri.parse("http://personalcode.at.ua/")))
.build());
Expand Down

0 comments on commit 35fa633

Please sign in to comment.