Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 27, 2024
1 parent 294a6da commit 621fe96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ English DoliDroid ChangeLog

***** ChangeLog for 3.0 *****

3.0-b60
3.0-b61
- Fix crash when clicking on a phone number with no phone feature.
- NEW Add the link to the page Privacy Policy

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.nltechno.dolidroidpro"
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
}

buildTypes {
Expand All @@ -24,7 +24,7 @@ android {
// Add support for the org.apache.http package
useLibrary 'org.apache.http.legacy'
namespace 'com.nltechno.dolidroidpro'
compileSdk 33
compileSdk 34
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="60"
android:versionCode="61"
android:versionName="DoliDroid Pro 3.0"
android:installLocation="auto"
>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.android.tools.build:gradle:8.3.1'
}
}

Expand Down

0 comments on commit 621fe96

Please sign in to comment.