File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
1717}
1818
1919android {
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"
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
1414PACKAGE_NAME =com.scribd.armadillo
15- LIBRARY_VERSION =1.0.10
15+ LIBRARY_VERSION =1.1.0
1616EXOPLAYER_VERSION =2.17.1
1717RXJAVA_VERSION =2.2.4
1818RXANDROID_VERSION =2.0.1
You can’t perform that action at this time.
0 commit comments