Compare commits

...

2 commits

Author SHA1 Message Date
1df8431c3c Release Shelter 1.8 2022-09-25 22:05:29 -04:00
b59745c7b3 chore: Upgrade gradle 2022-09-25 22:05:29 -04:00
5 changed files with 5 additions and 22 deletions

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="ZY22C8JKKR" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-08-27T18:54:52.608287Z" />
</component>
</project>

View file

@ -1,4 +1,4 @@
1.8 (Unreleased)
1.8
===
- Updated targetSDK to 33 (Android 13) with compatibility fixes.

View file

@ -16,8 +16,8 @@ android {
applicationId "net.typeblog.shelter"
minSdkVersion 24
targetSdkVersion 33
versionCode 22
versionName "1.8-dev2"
versionCode 23
versionName "1.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

View file

@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.android.tools.build:gradle:7.3.0'
// NOTE: Do not place your application dependencies here; they belong

View file

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip