Skip to content

Commit

Permalink
ver: to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Apr 7, 2024
1 parent 1fc75ae commit cd0c9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdk 25
//noinspection EditedTargetSdkVersion
targetSdk 34
versionCode 2020
versionName "2.2"
versionCode 2030
versionName "2.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -32,6 +32,7 @@ android {
}

dependencies {
implementation 'com.onyx.android.sdk:onyxsdk-device:1.2.28'
testImplementation 'junit:junit:4.13.2'
}

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import android.provider.Settings
import android.service.quicksettings.TileService
import android.view.Surface
import android.view.WindowManager
import com.onyx.android.sdk.utils.RotationUtils


class Rotate180Service : RotateTileService() {
override val rotation = Surface.ROTATION_180
Expand Down

0 comments on commit cd0c9fb

Please sign in to comment.