Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Apr 27, 2021
1 parent c90e1d4 commit 8627e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation 'net.lingala.zip4j:zip4j:2.7.0'

implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'

def appCenterSdkVersion = '4.1.1'
implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="space.celestia.mobilecelestia"
android:versionCode="171"
android:versionCode="172"
android:versionName="1.3.0">

<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Expand Down

0 comments on commit 8627e69

Please sign in to comment.