Skip to content

Commit

Permalink
release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmile committed Nov 1, 2022
1 parent 97412cf commit 7672789
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.c_base.c_beam"
minSdkVersion 21
targetSdkVersion 32
versionCode 29
versionName "1.6.2"
versionCode 31
versionName "1.6.4"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
<!--<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />-->

<uses-feature android:name="android.hardware.camera" android:required="false" />
Expand Down
6 changes: 6 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Release Notes
1.6.4
- API Update Release

1.6.3
- WTF-Release

1.6.2
- Changed some URLs from HTTP to HTTPS
- Allowed HTTP connections anyway since some internal services don't have TLS
Expand Down

0 comments on commit 7672789

Please sign in to comment.