Skip to content

Commit

Permalink
Merge pull request #43 from bonswouar/fix-about
Browse files Browse the repository at this point in the history
fix about & rm unused dependencies
  • Loading branch information
Darkempire78 authored Aug 16, 2022
2 parents d093526 + da55e8a commit 913ea97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,16 @@ android {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation("org.mariuszgromada.math:MathParser.org-mXparser:5.0.6")
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.4.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.9.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class AboutActivity : AppCompatActivity() {

// check the current selected theme
Themes(this).checkTheme()
setContentView(R.layout.activity_about)

// Set app version
val versionName = "v" + this.packageManager.getPackageInfo(this.packageName, PackageManager.GET_ACTIVITIES).versionName
Expand Down

0 comments on commit 913ea97

Please sign in to comment.