Skip to content

Commit

Permalink
Release v0.3.1-beta
Browse files Browse the repository at this point in the history
Signed-off-by: DC* <[email protected]>
  • Loading branch information
desyncr committed Mar 14, 2021
1 parent 9eb306d commit fb89e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.freenetproject.mobile"
minSdkVersion 22
targetSdkVersion 30
versionCode 301
versionName "0.3.0-beta"
versionCode 302
versionName '0.3.1-beta'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation 'com.github.freenet-mobile:freenet-ext:0.60.3'

implementation 'net.java.dev.jna:jna:4.5.2@aar'
implementation ('com.github.freenet-mobile:fred:1489.3m') {
implementation ('com.github.freenet-mobile:fred:1490.2m') {
exclude group: 'net.java.dev.jna', module: 'jna'
exclude group: 'net.java.dev.jna', module: 'jna-platform'
}
Expand Down

0 comments on commit fb89e10

Please sign in to comment.