Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VGSebastian committed Oct 23, 2024
1 parent 37e75ef commit 5afec9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
apply plugin: 'com.google.gms.google-services'

android {
compileSdkVersion 33
compileSdkVersion 35
defaultConfig {
applicationId "org.c_base.c_beam"
minSdkVersion 26
targetSdkVersion 33
versionCode 34
versionName "1.6.5"
targetSdkVersion 35
versionCode 35
versionName "1.7.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
3 changes: 3 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release Notes

1.7.0
- Fix push notifications and update minSdk version

1.6.5
- Yet another API Update Release

Expand Down

0 comments on commit 5afec9e

Please sign in to comment.