Skip to content

Commit

Permalink
0.12.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
downthecrop committed Jan 25, 2021
1 parent 96406b8 commit 304e7d3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.downthecrop.checkra1n_kotlin"
minSdkVersion 21
targetSdkVersion 30
versionCode 6
versionName "0.12.1 beta"
versionCode 7
versionName "0.12.2 beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/raw/checkra1n_arm.zip
Binary file not shown.
Binary file modified app/src/main/res/raw/checkra1n_arm64.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="colorPrimary">@color/ic_launcher_background</item>
<item name="colorPrimaryDark">@color/ic_launcher_background</item>
<item name="colorAccent">@color/ic_launcher_background</item>
<item name="android:windowDisablePreview">true</item>
<item name="android:windowIsTranslucent">true</item>
</style>
Expand Down

0 comments on commit 304e7d3

Please sign in to comment.