Skip to content

Commit

Permalink
update to core lib and version to 3.0.6-RC-4
Browse files Browse the repository at this point in the history
- fixes notification issues
  • Loading branch information
iamironrabbit committed Feb 28, 2022
1 parent 879a95e commit d20eaea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// TODO: Upgrade to 10.x. Currently fails with "AbstractMethodError: abstract method 'long io.realm.internal.RealmProxyMediator.insertOrUpdat e([...]'"
// (Works on Element!)
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Mar 03 14:13:25 EST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
12 changes: 6 additions & 6 deletions zomapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ plugins {


android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
compileSdkVersion 32
buildToolsVersion "32.0.0"

defaultConfig {
applicationId "im.zom.messenger"
minSdkVersion 21
targetSdkVersion 31
versionCode 306002300
versionName "3.0.6-RC-3"
targetSdkVersion 32
versionCode 306002400
versionName "3.0.6-RC-4"
archivesBaseName = "Zom-$versionName"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -115,7 +115,7 @@ dependencies {
// // lock
implementation 'com.github.thealeksandr:PFLockScreen-Android:1.0.0-beta7'

implementation 'info.guardianproject.keanuapp:keanulib:0.0.5.72'
implementation 'info.guardianproject.keanuapp:keanulib:0.0.5.74'

}

Expand Down

0 comments on commit d20eaea

Please sign in to comment.