Skip to content

Commit

Permalink
Add support for 11.74.1.30 (84588).
Browse files Browse the repository at this point in the history
  • Loading branch information
rodit committed Apr 15, 2022
1 parent bfc1c96 commit 41b587b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "xyz.rodit.snapmod"
minSdk 24
targetSdk 32
versionCode 5
versionName "1.3.1"
versionCode 6
versionName "1.3.2"

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

task versionInfo {
doLast {
def build = 84586
def build = 84588
def infoFile = new File('app/build/version.json')
infoFile.getParentFile().mkdirs()
infoFile.delete()
Expand Down
16 changes: 0 additions & 16 deletions snap.ds
Original file line number Diff line number Diff line change
Expand Up @@ -616,21 +616,6 @@ class StreamingMethod {
}
}

[certain]
interface LateInitialized {

* $getValue()
boolean $isInitialized()
}

[certain]
class LateInitializedClass implements !LateInitialized {

String $toString() {
.string "Lazy value not initialized yet.";
}
}

class OperaMediaInfo {

String uri;
Expand All @@ -640,7 +625,6 @@ class OperaMediaInfo {
[discard] List l0;
[discard] * a0;
[discard] Matrix m0;
[discard] !LateInitializedClass li0;

String $toString() {
.string "OperaMediaInfo";
Expand Down

0 comments on commit 41b587b

Please sign in to comment.