From 5afec9e79baf9cf65de46626bc2a8d4a948954ac Mon Sep 17 00:00:00 2001 From: Sebastian Seitz Date: Wed, 23 Oct 2024 23:28:44 +0200 Subject: [PATCH] Release 1.7.0 --- app/build.gradle | 8 ++++---- releasenotes.txt | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 92438b3..897423d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/releasenotes.txt b/releasenotes.txt index 29e6c9a..584e5e0 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,5 +1,8 @@ Release Notes +1.7.0 +- Fix push notifications and update minSdk version + 1.6.5 - Yet another API Update Release