Skip to content

Commit

Permalink
Fix crashes & 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harrynull committed Nov 15, 2018
1 parent f09d72e commit 0904943
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

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

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'com.carbonylgroup.schoolpower'
minSdkVersion 21
targetSdkVersion 28
versionCode 22
versionName '1.5.1'
versionCode 23
versionName '1.5.2'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.2'
implementation 'de.danielbechler:java-object-diff:0.95-RC5'
implementation 'com.afollestad.material-dialogs:core:0.9.4.5'
implementation 'com.google.android.gms:play-services-ads:15.0.1'
implementation 'com.google.android.gms:play-services-ads:17.1.1'
implementation 'com.afollestad.material-dialogs:commons:0.9.4.5'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'

Expand Down
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:allowBackup="true"
android:fullBackupContent="@xml/sp_backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/ThemeLight.Cyan.500">
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-9841217337381410~1214844685"/>
<activity
android:name=".activities.SplashActivity"
android:configChanges="locale|orientation"
Expand Down

0 comments on commit 0904943

Please sign in to comment.