Skip to content

Commit

Permalink
Bump version from v7.1 to v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
longjunyu2 committed Aug 5, 2024
1 parent 26b93e6 commit cae178e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'com.winlator'
minSdkVersion 26
targetSdkVersion 28
versionCode 16
versionName "7.1"
versionCode 17
versionName "7.1.1-glibc"
}

buildTypes {
Expand All @@ -17,7 +17,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a'
abiFilters 'arm64-v8a'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.concurrent.atomic.AtomicLong;

public abstract class ImageFsInstaller {
public static final byte LATEST_VERSION = 8;
public static final byte LATEST_VERSION = 9;

private static void resetContainerImgVersions(Context context) {
ContainerManager manager = new ContainerManager(context);
Expand Down

0 comments on commit cae178e

Please sign in to comment.