Skip to content

Commit ee3adfd

Browse files
committed
1.0.0
1 parent 84d9372 commit ee3adfd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "org.unifiedpush.example"
1212
minSdkVersion 24
1313
targetSdkVersion 30
14-
versionCode 1
15-
versionName "1.0.0-beta3"
14+
versionCode 3
15+
versionName "1.0.0"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}
@@ -40,7 +40,7 @@ dependencies {
4040
implementation 'com.google.android.material:material:1.2.1'
4141
implementation 'com.android.volley:dc-volley:1.1.0'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
43-
implementation 'com.github.UnifiedPush:android-connector:1.0.0-beta3'
43+
implementation 'com.github.UnifiedPush:android-connector:1.0.0'
4444
testImplementation 'junit:junit:4.+'
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

0 commit comments

Comments
 (0)