Skip to content

Commit

Permalink
new release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dado1513 committed Mar 10, 2024
1 parent 08961c7 commit da0c364
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anonymization-data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'realm-android'

android {
compileSdkVersion 29
compileSdk 28
buildToolsVersion "30.0.2"

defaultConfig {
Expand Down
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ realm {
}

android {
compileSdkVersion 28 // Do NOT upgrade!
compileSdk 29
// Do NOT upgrade!
buildToolsVersion "30.0.2"

compileOptions {
Expand All @@ -21,8 +22,8 @@ android {
applicationId "it.unige.hidedroid"
minSdkVersion 23
targetSdkVersion 28 // Do NOT upgrade!
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.3"
}
kotlinOptions {
jvmTarget = '1.8'
Expand Down
Binary file modified app/src/main/res/drawable-xhdpi/incognito_drawable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da0c364

Please sign in to comment.