Skip to content

Commit 6abe7cf

Browse files
Merge pull request #23 from scribd/augusto/APT-8744-target_sdk_bump
APT-8744: Target and compile sdk set to 33. Updated Release.md. Lib v…
2 parents 634c2a8 + 495254e commit 6abe7cf

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Armadillo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
android {
20-
compileSdkVersion 32
20+
compileSdkVersion 33
2121

2222
compileOptions {
2323
sourceCompatibility JavaVersion.VERSION_11
@@ -26,7 +26,7 @@ android {
2626

2727
defaultConfig {
2828
minSdkVersion 21
29-
targetSdkVersion 32
29+
targetSdkVersion 33
3030
versionCode 1
3131
versionName project.LIBRARY_VERSION
3232
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

RELEASE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Project Armadillo Release Notes
22

3+
## 1.1.0
4+
- Target and Compile SDK updated to 33.
5+
36
## 1.0.10
4-
- Added foreground service type
7+
- Added foreground service type.
58

69
## 1.0.9
710
- Add support for updating playback headers during playback.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1536m
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
1414
PACKAGE_NAME=com.scribd.armadillo
15-
LIBRARY_VERSION=1.0.10
15+
LIBRARY_VERSION=1.1.0
1616
EXOPLAYER_VERSION=2.17.1
1717
RXJAVA_VERSION=2.2.4
1818
RXANDROID_VERSION=2.0.1

0 commit comments

Comments
 (0)