Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
v1.3 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
micrusa committed Oct 4, 2020
1 parent 32512af commit 2484fe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "me.micrusa.githubstats"
minSdkVersion 22
targetSdkVersion 30
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -42,13 +42,12 @@ dependencies {
implementation 'org.tinylog:tinylog-api:2.1.2'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.firebase:firebase-analytics:17.5.0'
implementation 'com.google.firebase:firebase-messaging:20.2.4'
implementation 'com.google.firebase:firebase-crashlytics:17.2.1'
implementation 'com.google.firebase:firebase-perf:19.0.8'
implementation 'com.google.firebase:firebase-messaging:20.3.0'
implementation 'com.google.firebase:firebase-crashlytics:17.2.2'
implementation 'com.google.firebase:firebase-perf:19.0.9'
implementation 'com.squareup.okhttp3:okhttp:4.8.0'
runtimeOnly 'org.tinylog:tinylog-impl:2.1.2'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

}
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".ui.AppInfo"></activity>
<activity android:name=".ui.AppInfo" />
<activity android:name=".ui.RepoReleases" />

<service
Expand Down

0 comments on commit 2484fe9

Please sign in to comment.