Skip to content

Commit

Permalink
app: introduce 1.1.3
Browse files Browse the repository at this point in the history
- UI fixes
- Code cleanup
- Migrate to Markwon (Markdown file viewer) and modify it.
- Typo fixes, authorship fix
- Update libs
  • Loading branch information
verNANDo57 committed Jan 24, 2022
1 parent 827ea23 commit 5003c2d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ The development was started in _June 2020_.

## Notes
These libraries were used:
- PdfiumAndroid (no longer maintained) [Modified]
- AndroidPdfViewer (no longer maintained) [Modified]

- [PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid) [Modified]
- [AndroidPdfViewer](https://github.com/barteksc/AndroidPdfViewer) [Modified]
- [SmileyRating](https://github.com/sujithkanna) [Modified]
- [Markwon](https://github.com/noties/Markwon) [Modified]

```
#
Expand Down
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.verNANDo57.rulebook_educational"
minSdkVersion 22
targetSdkVersion 31
versionCode 111
versionName '1.1.2'
versionCode 113
versionName '1.1.3'
multiDexEnabled true
}

Expand Down Expand Up @@ -46,12 +46,12 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10'
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -24,4 +24,4 @@ allprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit 5003c2d

Please sign in to comment.